Shades of Purple Heart #603ACD
Tints of Purple Heart #603ACD
RGB
CMYK
RGB Variations
Color information
#603ACD (or 0x603ACD) is known color: Purple Heart. HEX triplet: 60, 3A and CD. RGB value is (96,58,205). Sum of RGB (Red+Green+Blue) = 96+58+205=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #603ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603ACD is #9FC532. Grayscale: #555555. Windows color (decimal): -10470707 or 13449824. OLE color: 13449824.
HSL color Cylindrical-coordinate representation of color #603ACD: hue angle of 255.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603ACD is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 58 | 205 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.20 |
| HSL | 255.51º | 0.6% | 0.52% | - |
| HSV(B) | 255.51º | 0.72% | 0.8% | - |
| XYZ | 17.36 | 9.92 | 58.76 | - |
| YUV | 86.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 205 | 0.53 | 0.72 | 0 | 0.20 | 255.51 | 0.6 | 0.52 |
| Hex | 60 | 3A | CD | 35 | 48 | 0 | 14 | 100 | 3C | 34 |
| Octal | 140 | 72 | 315 | 65 | 110 | 0 | 24 | 400 | 74 | 64 |
| Binary | 1100000 | 111010 | 11001101 | 110101 | 1001000 | 0 | 10100 | 100000000 | 111100 | 110100 |
Color Harmonies of #603ACD
Complementary color
Monochromatic Colors of #603ACD
Black with #603ACD
Text Example
Text Example
White with #603ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603ACD; }
p { color: rgb(96,58,205); }
H1.HeaderClassName
{
color: #603ACD;
}
.AnyTagClassName
{
color: #603ACD;
}
</style>
background-color css
<style>
a { background-color: #603ACD; }
a { background-color: rgb(96,58,205); }
div.DivClassName
{
background-color: #603ACD;
}
.BgClassName
{
background-color: #603ACD;
}
</style>
border-color css
<style>
span { border-color: #603ACD; }
span { border-color: rgb(96,58,205); }
td.TdClassName
{
border-color: #603ACD;
}
.TagClassName
{
border-color: #603ACD;
}
</style>