Shades of Purple Heart #6810CE
Tints of Purple Heart #6810CE
RGB
CMYK
RGB Variations
Color information
#6810CE (or 0x6810CE) is known color: Purple Heart. HEX triplet: 68, 10 and CE. RGB value is (104,16,206). Sum of RGB (Red+Green+Blue) = 104+16+206=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #6810CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6810CE is #97EF31. Grayscale: #3F3F3F. Windows color (decimal): -9957170 or 13504616. OLE color: 13504616.
HSL color Cylindrical-coordinate representation of color #6810CE: hue angle of 267.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6810CE is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 16 | 206 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.19 |
| HSL | 267.79º | 0.86% | 0.44% | - |
| HSV(B) | 267.79º | 0.92% | 0.81% | - |
| XYZ | 17.03 | 7.77 | 58.99 | - |
| YUV | 63.97 | 208.15 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 206 | 0.50 | 0.92 | 0 | 0.19 | 267.79 | 0.86 | 0.44 |
| Hex | 68 | 10 | CE | 32 | 5C | 0 | 13 | 10C | 56 | 2C |
| Octal | 150 | 20 | 316 | 62 | 134 | 0 | 23 | 414 | 126 | 54 |
| Binary | 1101000 | 10000 | 11001110 | 110010 | 1011100 | 0 | 10011 | 100001100 | 1010110 | 101100 |
Color Harmonies of #6810CE
Complementary color
Monochromatic Colors of #6810CE
Black with #6810CE
Text Example
Text Example
White with #6810CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6810CE; }
p { color: rgb(104,16,206); }
H1.HeaderClassName
{
color: #6810CE;
}
.AnyTagClassName
{
color: #6810CE;
}
</style>
background-color css
<style>
a { background-color: #6810CE; }
a { background-color: rgb(104,16,206); }
div.DivClassName
{
background-color: #6810CE;
}
.BgClassName
{
background-color: #6810CE;
}
</style>
border-color css
<style>
span { border-color: #6810CE; }
span { border-color: rgb(104,16,206); }
td.TdClassName
{
border-color: #6810CE;
}
.TagClassName
{
border-color: #6810CE;
}
</style>