Shades of Purple Heart #602DCC
Tints of Purple Heart #602DCC
RGB
CMYK
RGB Variations
Color information
#602DCC (or 0x602DCC) is known color: Purple Heart. HEX triplet: 60, 2D and CC. RGB value is (96,45,204). Sum of RGB (Red+Green+Blue) = 96+45+204=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #602DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DCC is #9FD233. Grayscale: #4D4D4D. Windows color (decimal): -10474036 or 13380960. OLE color: 13380960.
HSL color Cylindrical-coordinate representation of color #602DCC: hue angle of 259.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602DCC is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 45 | 204 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.2 |
| HSL | 259.25º | 0.64% | 0.49% | - |
| HSV(B) | 259.25º | 0.78% | 0.8% | - |
| XYZ | 16.66 | 8.72 | 57.93 | - |
| YUV | 78.38 | 198.9 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 204 | 0.53 | 0.78 | 0 | 0.2 | 259.25 | 0.64 | 0.49 |
| Hex | 60 | 2D | CC | 35 | 4E | 0 | 14 | 103 | 40 | 31 |
| Octal | 140 | 55 | 314 | 65 | 116 | 0 | 24 | 403 | 100 | 61 |
| Binary | 1100000 | 101101 | 11001100 | 110101 | 1001110 | 0 | 10100 | 100000011 | 1000000 | 110001 |
Color Harmonies of #602DCC
Complementary color
Monochromatic Colors of #602DCC
Black with #602DCC
Text Example
Text Example
White with #602DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DCC; }
p { color: rgb(96,45,204); }
H1.HeaderClassName
{
color: #602DCC;
}
.AnyTagClassName
{
color: #602DCC;
}
</style>
background-color css
<style>
a { background-color: #602DCC; }
a { background-color: rgb(96,45,204); }
div.DivClassName
{
background-color: #602DCC;
}
.BgClassName
{
background-color: #602DCC;
}
</style>
border-color css
<style>
span { border-color: #602DCC; }
span { border-color: rgb(96,45,204); }
td.TdClassName
{
border-color: #602DCC;
}
.TagClassName
{
border-color: #602DCC;
}
</style>