Shades of Purple Heart #6002BE
Tints of Purple Heart #6002BE
RGB
CMYK
RGB Variations
Color information
#6002BE (or 0x6002BE) is known color: Purple Heart. HEX triplet: 60, 02 and BE. RGB value is (96,2,190). Sum of RGB (Red+Green+Blue) = 96+2+190=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #6002BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002BE is #9FFD41. Grayscale: #323232. Windows color (decimal): -10485058 or 12452448. OLE color: 12452448.
HSL color Cylindrical-coordinate representation of color #6002BE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002BE is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 2 | 190 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.25 |
| HSL | 270º | 0.98% | 0.38% | - |
| HSV(B) | 270º | 0.99% | 0.75% | - |
| XYZ | 14.14 | 6.25 | 49.18 | - |
| YUV | 51.54 | 206.14 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 190 | 0.49 | 0.99 | 0 | 0.25 | 270 | 0.98 | 0.38 |
| Hex | 60 | 2 | BE | 31 | 63 | 0 | 19 | 10E | 62 | 26 |
| Octal | 140 | 2 | 276 | 61 | 143 | 0 | 31 | 416 | 142 | 46 |
| Binary | 1100000 | 10 | 10111110 | 110001 | 1100011 | 0 | 11001 | 100001110 | 1100010 | 100110 |
Color Harmonies of #6002BE
Complementary color
Monochromatic Colors of #6002BE
Black with #6002BE
Text Example
Text Example
White with #6002BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6002BE; }
p { color: rgb(96,2,190); }
H1.HeaderClassName
{
color: #6002BE;
}
.AnyTagClassName
{
color: #6002BE;
}
</style>
background-color css
<style>
a { background-color: #6002BE; }
a { background-color: rgb(96,2,190); }
div.DivClassName
{
background-color: #6002BE;
}
.BgClassName
{
background-color: #6002BE;
}
</style>
border-color css
<style>
span { border-color: #6002BE; }
span { border-color: rgb(96,2,190); }
td.TdClassName
{
border-color: #6002BE;
}
.TagClassName
{
border-color: #6002BE;
}
</style>