Shades of Purple Heart #602FDC
Tints of Purple Heart #602FDC
RGB
CMYK
RGB Variations
Color information
#602FDC (or 0x602FDC) is known color: Purple Heart. HEX triplet: 60, 2F and DC. RGB value is (96,47,220). Sum of RGB (Red+Green+Blue) = 96+47+220=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #602FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FDC is #9FD023. Grayscale: #505050. Windows color (decimal): -10473508 or 14430048. OLE color: 14430048.
HSL color Cylindrical-coordinate representation of color #602FDC: hue angle of 256.99º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602FDC is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 47 | 220 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.14 |
| HSL | 256.99º | 0.71% | 0.52% | - |
| HSV(B) | 256.99º | 0.79% | 0.86% | - |
| XYZ | 18.76 | 9.69 | 68.59 | - |
| YUV | 81.37 | 206.23 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 220 | 0.56 | 0.79 | 0 | 0.14 | 256.99 | 0.71 | 0.52 |
| Hex | 60 | 2F | DC | 38 | 4F | 0 | E | 101 | 47 | 34 |
| Octal | 140 | 57 | 334 | 70 | 117 | 0 | 16 | 401 | 107 | 64 |
| Binary | 1100000 | 101111 | 11011100 | 111000 | 1001111 | 0 | 1110 | 100000001 | 1000111 | 110100 |
Color Harmonies of #602FDC
Complementary color
Monochromatic Colors of #602FDC
Black with #602FDC
Text Example
Text Example
White with #602FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FDC; }
p { color: rgb(96,47,220); }
H1.HeaderClassName
{
color: #602FDC;
}
.AnyTagClassName
{
color: #602FDC;
}
</style>
background-color css
<style>
a { background-color: #602FDC; }
a { background-color: rgb(96,47,220); }
div.DivClassName
{
background-color: #602FDC;
}
.BgClassName
{
background-color: #602FDC;
}
</style>
border-color css
<style>
span { border-color: #602FDC; }
span { border-color: rgb(96,47,220); }
td.TdClassName
{
border-color: #602FDC;
}
.TagClassName
{
border-color: #602FDC;
}
</style>