Shades of Purple Heart #602ABF
Tints of Purple Heart #602ABF
RGB
CMYK
RGB Variations
Color information
#602ABF (or 0x602ABF) is known color: Purple Heart. HEX triplet: 60, 2A and BF. RGB value is (96,42,191). Sum of RGB (Red+Green+Blue) = 96+42+191=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #602ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ABF is #9FD540. Grayscale: #4A4A4A. Windows color (decimal): -10474817 or 12528224. OLE color: 12528224.
HSL color Cylindrical-coordinate representation of color #602ABF: hue angle of 261.74º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602ABF is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 42 | 191 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.25 |
| HSL | 261.75º | 0.64% | 0.46% | - |
| HSV(B) | 261.75º | 0.78% | 0.75% | - |
| XYZ | 15.06 | 7.9 | 50.02 | - |
| YUV | 75.13 | 193.39 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 191 | 0.50 | 0.78 | 0 | 0.25 | 261.75 | 0.64 | 0.46 |
| Hex | 60 | 2A | BF | 32 | 4E | 0 | 19 | 106 | 40 | 2E |
| Octal | 140 | 52 | 277 | 62 | 116 | 0 | 31 | 406 | 100 | 56 |
| Binary | 1100000 | 101010 | 10111111 | 110010 | 1001110 | 0 | 11001 | 100000110 | 1000000 | 101110 |
Color Harmonies of #602ABF
Complementary color
Monochromatic Colors of #602ABF
Black with #602ABF
Text Example
Text Example
White with #602ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602ABF; }
p { color: rgb(96,42,191); }
H1.HeaderClassName
{
color: #602ABF;
}
.AnyTagClassName
{
color: #602ABF;
}
</style>
background-color css
<style>
a { background-color: #602ABF; }
a { background-color: rgb(96,42,191); }
div.DivClassName
{
background-color: #602ABF;
}
.BgClassName
{
background-color: #602ABF;
}
</style>
border-color css
<style>
span { border-color: #602ABF; }
span { border-color: rgb(96,42,191); }
td.TdClassName
{
border-color: #602ABF;
}
.TagClassName
{
border-color: #602ABF;
}
</style>