Shades of Purple Heart #6811CE
Tints of Purple Heart #6811CE
RGB
CMYK
RGB Variations
Color information
#6811CE (or 0x6811CE) is known color: Purple Heart. HEX triplet: 68, 11 and CE. RGB value is (104,17,206). Sum of RGB (Red+Green+Blue) = 104+17+206=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #6811CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6811CE is #97EE31. Grayscale: #3F3F3F. Windows color (decimal): -9956914 or 13504872. OLE color: 13504872.
HSL color Cylindrical-coordinate representation of color #6811CE: hue angle of 267.62º degrees, saturation: 0.85, 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 #6811CE is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 17 | 206 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.19 |
| HSL | 267.62º | 0.85% | 0.44% | - |
| HSV(B) | 267.62º | 0.92% | 0.81% | - |
| XYZ | 17.05 | 7.8 | 59 | - |
| YUV | 64.56 | 207.82 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 17 | 206 | 0.50 | 0.92 | 0 | 0.19 | 267.62 | 0.85 | 0.44 |
| Hex | 68 | 11 | CE | 32 | 5C | 0 | 13 | 10C | 55 | 2C |
| Octal | 150 | 21 | 316 | 62 | 134 | 0 | 23 | 414 | 125 | 54 |
| Binary | 1101000 | 10001 | 11001110 | 110010 | 1011100 | 0 | 10011 | 100001100 | 1010101 | 101100 |
Color Harmonies of #6811CE
Complementary color
Monochromatic Colors of #6811CE
Black with #6811CE
Text Example
Text Example
White with #6811CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6811CE; }
p { color: rgb(104,17,206); }
H1.HeaderClassName
{
color: #6811CE;
}
.AnyTagClassName
{
color: #6811CE;
}
</style>
background-color css
<style>
a { background-color: #6811CE; }
a { background-color: rgb(104,17,206); }
div.DivClassName
{
background-color: #6811CE;
}
.BgClassName
{
background-color: #6811CE;
}
</style>
border-color css
<style>
span { border-color: #6811CE; }
span { border-color: rgb(104,17,206); }
td.TdClassName
{
border-color: #6811CE;
}
.TagClassName
{
border-color: #6811CE;
}
</style>