Shades of Purple Heart #603CCD
Tints of Purple Heart #603CCD
RGB
CMYK
RGB Variations
Color information
#603CCD (or 0x603CCD) is known color: Purple Heart. HEX triplet: 60, 3C and CD. RGB value is (96,60,205). Sum of RGB (Red+Green+Blue) = 96+60+205=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #603CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CCD is #9FC332. Grayscale: #565656. Windows color (decimal): -10470195 or 13450336. OLE color: 13450336.
HSL color Cylindrical-coordinate representation of color #603CCD: hue angle of 254.9º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603CCD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 60 | 205 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.20 |
| HSL | 254.9º | 0.59% | 0.52% | - |
| HSV(B) | 254.9º | 0.71% | 0.8% | - |
| XYZ | 17.46 | 10.13 | 58.79 | - |
| YUV | 87.29 | 194.43 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 205 | 0.53 | 0.71 | 0 | 0.20 | 254.9 | 0.59 | 0.52 |
| Hex | 60 | 3C | CD | 35 | 47 | 0 | 14 | FF | 3B | 34 |
| Octal | 140 | 74 | 315 | 65 | 107 | 0 | 24 | 377 | 73 | 64 |
| Binary | 1100000 | 111100 | 11001101 | 110101 | 1000111 | 0 | 10100 | 11111111 | 111011 | 110100 |
Color Harmonies of #603CCD
Complementary color
Monochromatic Colors of #603CCD
Black with #603CCD
Text Example
Text Example
White with #603CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CCD; }
p { color: rgb(96,60,205); }
H1.HeaderClassName
{
color: #603CCD;
}
.AnyTagClassName
{
color: #603CCD;
}
</style>
background-color css
<style>
a { background-color: #603CCD; }
a { background-color: rgb(96,60,205); }
div.DivClassName
{
background-color: #603CCD;
}
.BgClassName
{
background-color: #603CCD;
}
</style>
border-color css
<style>
span { border-color: #603CCD; }
span { border-color: rgb(96,60,205); }
td.TdClassName
{
border-color: #603CCD;
}
.TagClassName
{
border-color: #603CCD;
}
</style>