Shades of Purple Heart #6819CE
Tints of Purple Heart #6819CE
RGB
CMYK
RGB Variations
Color information
#6819CE (or 0x6819CE) is known color: Purple Heart. HEX triplet: 68, 19 and CE. RGB value is (104,25,206). Sum of RGB (Red+Green+Blue) = 104+25+206=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #6819CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6819CE is #97E631. Grayscale: #444444. Windows color (decimal): -9954866 or 13506920. OLE color: 13506920.
HSL color Cylindrical-coordinate representation of color #6819CE: hue angle of 266.19º degrees, saturation: 0.78, 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 #6819CE is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 25 | 206 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.19 |
| HSL | 266.19º | 0.78% | 0.45% | - |
| HSV(B) | 266.19º | 0.88% | 0.81% | - |
| XYZ | 17.2 | 8.09 | 59.05 | - |
| YUV | 69.26 | 205.17 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 206 | 0.50 | 0.88 | 0 | 0.19 | 266.19 | 0.78 | 0.45 |
| Hex | 68 | 19 | CE | 32 | 58 | 0 | 13 | 10A | 4E | 2D |
| Octal | 150 | 31 | 316 | 62 | 130 | 0 | 23 | 412 | 116 | 55 |
| Binary | 1101000 | 11001 | 11001110 | 110010 | 1011000 | 0 | 10011 | 100001010 | 1001110 | 101101 |
Color Harmonies of #6819CE
Complementary color
Monochromatic Colors of #6819CE
Black with #6819CE
Text Example
Text Example
White with #6819CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6819CE; }
p { color: rgb(104,25,206); }
H1.HeaderClassName
{
color: #6819CE;
}
.AnyTagClassName
{
color: #6819CE;
}
</style>
background-color css
<style>
a { background-color: #6819CE; }
a { background-color: rgb(104,25,206); }
div.DivClassName
{
background-color: #6819CE;
}
.BgClassName
{
background-color: #6819CE;
}
</style>
border-color css
<style>
span { border-color: #6819CE; }
span { border-color: rgb(104,25,206); }
td.TdClassName
{
border-color: #6819CE;
}
.TagClassName
{
border-color: #6819CE;
}
</style>