Shades of Purple Heart #602DCF
Tints of Purple Heart #602DCF
RGB
CMYK
RGB Variations
Color information
#602DCF (or 0x602DCF) is known color: Purple Heart. HEX triplet: 60, 2D and CF. RGB value is (96,45,207). Sum of RGB (Red+Green+Blue) = 96+45+207=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #602DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DCF is #9FD230. Grayscale: #4E4E4E. Windows color (decimal): -10474033 or 13577568. OLE color: 13577568.
HSL color Cylindrical-coordinate representation of color #602DCF: hue angle of 258.89º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602DCF is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 45 | 207 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.19 |
| HSL | 258.89º | 0.64% | 0.49% | - |
| HSV(B) | 258.89º | 0.78% | 0.81% | - |
| XYZ | 17.02 | 8.87 | 59.85 | - |
| YUV | 78.72 | 200.4 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 207 | 0.54 | 0.78 | 0 | 0.19 | 258.89 | 0.64 | 0.49 |
| Hex | 60 | 2D | CF | 36 | 4E | 0 | 13 | 103 | 40 | 31 |
| Octal | 140 | 55 | 317 | 66 | 116 | 0 | 23 | 403 | 100 | 61 |
| Binary | 1100000 | 101101 | 11001111 | 110110 | 1001110 | 0 | 10011 | 100000011 | 1000000 | 110001 |
Color Harmonies of #602DCF
Complementary color
Monochromatic Colors of #602DCF
Black with #602DCF
Text Example
Text Example
White with #602DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DCF; }
p { color: rgb(96,45,207); }
H1.HeaderClassName
{
color: #602DCF;
}
.AnyTagClassName
{
color: #602DCF;
}
</style>
background-color css
<style>
a { background-color: #602DCF; }
a { background-color: rgb(96,45,207); }
div.DivClassName
{
background-color: #602DCF;
}
.BgClassName
{
background-color: #602DCF;
}
</style>
border-color css
<style>
span { border-color: #602DCF; }
span { border-color: rgb(96,45,207); }
td.TdClassName
{
border-color: #602DCF;
}
.TagClassName
{
border-color: #602DCF;
}
</style>