Shades of Purple Heart #6030CE
Tints of Purple Heart #6030CE
RGB
CMYK
RGB Variations
Color information
#6030CE (or 0x6030CE) is known color: Purple Heart. HEX triplet: 60, 30 and CE. RGB value is (96,48,206). Sum of RGB (Red+Green+Blue) = 96+48+206=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #6030CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6030CE is #9FCF31. Grayscale: #4F4F4F. Windows color (decimal): -10473266 or 13512800. OLE color: 13512800.
HSL color Cylindrical-coordinate representation of color #6030CE: hue angle of 258.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6030CE is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 48 | 206 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.19 |
| HSL | 258.23º | 0.62% | 0.5% | - |
| HSV(B) | 258.23º | 0.77% | 0.81% | - |
| XYZ | 17.02 | 9.06 | 59.24 | - |
| YUV | 80.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 206 | 0.53 | 0.77 | 0 | 0.19 | 258.23 | 0.62 | 0.5 |
| Hex | 60 | 30 | CE | 35 | 4D | 0 | 13 | 102 | 3E | 32 |
| Octal | 140 | 60 | 316 | 65 | 115 | 0 | 23 | 402 | 76 | 62 |
| Binary | 1100000 | 110000 | 11001110 | 110101 | 1001101 | 0 | 10011 | 100000010 | 111110 | 110010 |
Color Harmonies of #6030CE
Complementary color
Monochromatic Colors of #6030CE
Black with #6030CE
Text Example
Text Example
White with #6030CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030CE; }
p { color: rgb(96,48,206); }
H1.HeaderClassName
{
color: #6030CE;
}
.AnyTagClassName
{
color: #6030CE;
}
</style>
background-color css
<style>
a { background-color: #6030CE; }
a { background-color: rgb(96,48,206); }
div.DivClassName
{
background-color: #6030CE;
}
.BgClassName
{
background-color: #6030CE;
}
</style>
border-color css
<style>
span { border-color: #6030CE; }
span { border-color: rgb(96,48,206); }
td.TdClassName
{
border-color: #6030CE;
}
.TagClassName
{
border-color: #6030CE;
}
</style>