Shades of Purple Heart #6E23CE
Tints of Purple Heart #6E23CE
RGB
CMYK
RGB Variations
Color information
#6E23CE (or 0x6E23CE) is known color: Purple Heart. HEX triplet: 6E, 23 and CE. RGB value is (110,35,206). Sum of RGB (Red+Green+Blue) = 110+35+206=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E23CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E23CE is #91DC31. Grayscale: #4C4C4C. Windows color (decimal): -9559090 or 13509486. OLE color: 13509486.
HSL color Cylindrical-coordinate representation of color #6E23CE: hue angle of 266.32º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E23CE is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 35 | 206 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.19 |
| HSL | 266.32º | 0.71% | 0.47% | - |
| HSV(B) | 266.32º | 0.83% | 0.81% | - |
| XYZ | 18.17 | 8.97 | 59.17 | - |
| YUV | 76.92 | 200.85 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 206 | 0.47 | 0.83 | 0 | 0.19 | 266.32 | 0.71 | 0.47 |
| Hex | 6E | 23 | CE | 2F | 53 | 0 | 13 | 10A | 47 | 2F |
| Octal | 156 | 43 | 316 | 57 | 123 | 0 | 23 | 412 | 107 | 57 |
| Binary | 1101110 | 100011 | 11001110 | 101111 | 1010011 | 0 | 10011 | 100001010 | 1000111 | 101111 |
Color Harmonies of #6E23CE
Complementary color
Monochromatic Colors of #6E23CE
Black with #6E23CE
Text Example
Text Example
White with #6E23CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E23CE; }
p { color: rgb(110,35,206); }
H1.HeaderClassName
{
color: #6E23CE;
}
.AnyTagClassName
{
color: #6E23CE;
}
</style>
background-color css
<style>
a { background-color: #6E23CE; }
a { background-color: rgb(110,35,206); }
div.DivClassName
{
background-color: #6E23CE;
}
.BgClassName
{
background-color: #6E23CE;
}
</style>
border-color css
<style>
span { border-color: #6E23CE; }
span { border-color: rgb(110,35,206); }
td.TdClassName
{
border-color: #6E23CE;
}
.TagClassName
{
border-color: #6E23CE;
}
</style>