Shades of Purple Heart #603CDE
Tints of Purple Heart #603CDE
RGB
CMYK
RGB Variations
Color information
#603CDE (or 0x603CDE) is known color: Purple Heart. HEX triplet: 60, 3C and DE. RGB value is (96,60,222). Sum of RGB (Red+Green+Blue) = 96+60+222=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #603CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603CDE is #9FC321. Grayscale: #585858. Windows color (decimal): -10470178 or 14564448. OLE color: 14564448.
HSL color Cylindrical-coordinate representation of color #603CDE: hue angle of 253.33º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #603CDE is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 60 | 222 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.13 |
| HSL | 253.33º | 0.71% | 0.55% | - |
| HSV(B) | 253.33º | 0.73% | 0.87% | - |
| XYZ | 19.62 | 10.99 | 70.19 | - |
| YUV | 89.23 | 202.93 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 222 | 0.57 | 0.73 | 0 | 0.13 | 253.33 | 0.71 | 0.55 |
| Hex | 60 | 3C | DE | 39 | 49 | 0 | D | FD | 47 | 37 |
| Octal | 140 | 74 | 336 | 71 | 111 | 0 | 15 | 375 | 107 | 67 |
| Binary | 1100000 | 111100 | 11011110 | 111001 | 1001001 | 0 | 1101 | 11111101 | 1000111 | 110111 |
Color Harmonies of #603CDE
Complementary color
Monochromatic Colors of #603CDE
Black with #603CDE
Text Example
Text Example
White with #603CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CDE; }
p { color: rgb(96,60,222); }
H1.HeaderClassName
{
color: #603CDE;
}
.AnyTagClassName
{
color: #603CDE;
}
</style>
background-color css
<style>
a { background-color: #603CDE; }
a { background-color: rgb(96,60,222); }
div.DivClassName
{
background-color: #603CDE;
}
.BgClassName
{
background-color: #603CDE;
}
</style>
border-color css
<style>
span { border-color: #603CDE; }
span { border-color: rgb(96,60,222); }
td.TdClassName
{
border-color: #603CDE;
}
.TagClassName
{
border-color: #603CDE;
}
</style>