Shades of Purple Heart #6030DE
Tints of Purple Heart #6030DE
RGB
CMYK
RGB Variations
Color information
#6030DE (or 0x6030DE) is known color: Purple Heart. HEX triplet: 60, 30 and DE. RGB value is (96,48,222). Sum of RGB (Red+Green+Blue) = 96+48+222=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #6030DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6030DE is #9FCF21. Grayscale: #515151. Windows color (decimal): -10473250 or 14561376. OLE color: 14561376.
HSL color Cylindrical-coordinate representation of color #6030DE: hue angle of 256.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6030DE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 48 | 222 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.13 |
| HSL | 256.55º | 0.73% | 0.53% | - |
| HSV(B) | 256.55º | 0.78% | 0.87% | - |
| XYZ | 19.07 | 9.87 | 70.01 | - |
| YUV | 82.19 | 206.9 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 222 | 0.57 | 0.78 | 0 | 0.13 | 256.55 | 0.73 | 0.53 |
| Hex | 60 | 30 | DE | 39 | 4E | 0 | D | 101 | 48 | 35 |
| Octal | 140 | 60 | 336 | 71 | 116 | 0 | 15 | 401 | 110 | 65 |
| Binary | 1100000 | 110000 | 11011110 | 111001 | 1001110 | 0 | 1101 | 100000001 | 1001000 | 110101 |
Color Harmonies of #6030DE
Complementary color
Monochromatic Colors of #6030DE
Black with #6030DE
Text Example
Text Example
White with #6030DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030DE; }
p { color: rgb(96,48,222); }
H1.HeaderClassName
{
color: #6030DE;
}
.AnyTagClassName
{
color: #6030DE;
}
</style>
background-color css
<style>
a { background-color: #6030DE; }
a { background-color: rgb(96,48,222); }
div.DivClassName
{
background-color: #6030DE;
}
.BgClassName
{
background-color: #6030DE;
}
</style>
border-color css
<style>
span { border-color: #6030DE; }
span { border-color: rgb(96,48,222); }
td.TdClassName
{
border-color: #6030DE;
}
.TagClassName
{
border-color: #6030DE;
}
</style>