Shades of Purple Heart #6023DE
Tints of Purple Heart #6023DE
RGB
CMYK
RGB Variations
Color information
#6023DE (or 0x6023DE) is known color: Purple Heart. HEX triplet: 60, 23 and DE. RGB value is (96,35,222). Sum of RGB (Red+Green+Blue) = 96+35+222=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 222 (87.11% from 255 or 62.89% from 353); Max value from RGB is 222 - color contains mainly: blue. Hex color #6023DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6023DE is #9FDC21. Grayscale: #494949. Windows color (decimal): -10476578 or 14558048. OLE color: 14558048.
HSL color Cylindrical-coordinate representation of color #6023DE: hue angle of 259.57º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6023DE is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 35 | 222 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.13 |
| HSL | 259.57º | 0.74% | 0.5% | - |
| HSV(B) | 259.57º | 0.84% | 0.87% | - |
| XYZ | 18.61 | 8.96 | 69.86 | - |
| YUV | 74.56 | 211.21 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 222 | 0.57 | 0.84 | 0 | 0.13 | 259.57 | 0.74 | 0.5 |
| Hex | 60 | 23 | DE | 39 | 54 | 0 | D | 104 | 4A | 32 |
| Octal | 140 | 43 | 336 | 71 | 124 | 0 | 15 | 404 | 112 | 62 |
| Binary | 1100000 | 100011 | 11011110 | 111001 | 1010100 | 0 | 1101 | 100000100 | 1001010 | 110010 |
Color Harmonies of #6023DE
Complementary color
Monochromatic Colors of #6023DE
Black with #6023DE
Text Example
Text Example
White with #6023DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6023DE; }
p { color: rgb(96,35,222); }
H1.HeaderClassName
{
color: #6023DE;
}
.AnyTagClassName
{
color: #6023DE;
}
</style>
background-color css
<style>
a { background-color: #6023DE; }
a { background-color: rgb(96,35,222); }
div.DivClassName
{
background-color: #6023DE;
}
.BgClassName
{
background-color: #6023DE;
}
</style>
border-color css
<style>
span { border-color: #6023DE; }
span { border-color: rgb(96,35,222); }
td.TdClassName
{
border-color: #6023DE;
}
.TagClassName
{
border-color: #6023DE;
}
</style>