Shades of Purple Heart #6418CE
Tints of Purple Heart #6418CE
RGB
CMYK
RGB Variations
Color information
#6418CE (or 0x6418CE) is known color: Purple Heart. HEX triplet: 64, 18 and CE. RGB value is (100,24,206). Sum of RGB (Red+Green+Blue) = 100+24+206=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #6418CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6418CE is #9BE731. Grayscale: #424242. Windows color (decimal): -10217266 or 13506660. OLE color: 13506660.
HSL color Cylindrical-coordinate representation of color #6418CE: hue angle of 265.05º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6418CE is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 24 | 206 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.19 |
| HSL | 265.06º | 0.79% | 0.45% | - |
| HSV(B) | 265.06º | 0.88% | 0.81% | - |
| XYZ | 16.72 | 7.82 | 59.02 | - |
| YUV | 67.47 | 206.18 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 206 | 0.51 | 0.88 | 0 | 0.19 | 265.06 | 0.79 | 0.45 |
| Hex | 64 | 18 | CE | 33 | 58 | 0 | 13 | 109 | 4F | 2D |
| Octal | 144 | 30 | 316 | 63 | 130 | 0 | 23 | 411 | 117 | 55 |
| Binary | 1100100 | 11000 | 11001110 | 110011 | 1011000 | 0 | 10011 | 100001001 | 1001111 | 101101 |
Color Harmonies of #6418CE
Complementary color
Monochromatic Colors of #6418CE
Black with #6418CE
Text Example
Text Example
White with #6418CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6418CE; }
p { color: rgb(100,24,206); }
H1.HeaderClassName
{
color: #6418CE;
}
.AnyTagClassName
{
color: #6418CE;
}
</style>
background-color css
<style>
a { background-color: #6418CE; }
a { background-color: rgb(100,24,206); }
div.DivClassName
{
background-color: #6418CE;
}
.BgClassName
{
background-color: #6418CE;
}
</style>
border-color css
<style>
span { border-color: #6418CE; }
span { border-color: rgb(100,24,206); }
td.TdClassName
{
border-color: #6418CE;
}
.TagClassName
{
border-color: #6418CE;
}
</style>