Shades of Purple Heart #602DCB
Tints of Purple Heart #602DCB
RGB
CMYK
RGB Variations
Color information
#602DCB (or 0x602DCB) is known color: Purple Heart. HEX triplet: 60, 2D and CB. RGB value is (96,45,203). Sum of RGB (Red+Green+Blue) = 96+45+203=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #602DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DCB is #9FD234. Grayscale: #4D4D4D. Windows color (decimal): -10474037 or 13315424. OLE color: 13315424.
HSL color Cylindrical-coordinate representation of color #602DCB: hue angle of 259.37º 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 #602DCB is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 45 | 203 | - |
| CMYK | 0.53 | 0.78 | 0 | 0.20 |
| HSL | 259.37º | 0.64% | 0.49% | - |
| HSV(B) | 259.37º | 0.78% | 0.8% | - |
| XYZ | 16.54 | 8.68 | 57.3 | - |
| YUV | 78.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 203 | 0.53 | 0.78 | 0 | 0.20 | 259.37 | 0.64 | 0.49 |
| Hex | 60 | 2D | CB | 35 | 4E | 0 | 14 | 103 | 40 | 31 |
| Octal | 140 | 55 | 313 | 65 | 116 | 0 | 24 | 403 | 100 | 61 |
| Binary | 1100000 | 101101 | 11001011 | 110101 | 1001110 | 0 | 10100 | 100000011 | 1000000 | 110001 |
Color Harmonies of #602DCB
Complementary color
Monochromatic Colors of #602DCB
Black with #602DCB
Text Example
Text Example
White with #602DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DCB; }
p { color: rgb(96,45,203); }
H1.HeaderClassName
{
color: #602DCB;
}
.AnyTagClassName
{
color: #602DCB;
}
</style>
background-color css
<style>
a { background-color: #602DCB; }
a { background-color: rgb(96,45,203); }
div.DivClassName
{
background-color: #602DCB;
}
.BgClassName
{
background-color: #602DCB;
}
</style>
border-color css
<style>
span { border-color: #602DCB; }
span { border-color: rgb(96,45,203); }
td.TdClassName
{
border-color: #602DCB;
}
.TagClassName
{
border-color: #602DCB;
}
</style>