Shades of Purple Heart #6E38CE
Tints of Purple Heart #6E38CE
RGB
CMYK
RGB Variations
Color information
#6E38CE (or 0x6E38CE) is known color: Purple Heart. HEX triplet: 6E, 38 and CE. RGB value is (110,56,206). Sum of RGB (Red+Green+Blue) = 110+56+206=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E38CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E38CE is #91C731. Grayscale: #585858. Windows color (decimal): -9553714 or 13514862. OLE color: 13514862.
HSL color Cylindrical-coordinate representation of color #6E38CE: hue angle of 261.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E38CE is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 56 | 206 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.19 |
| HSL | 261.6º | 0.6% | 0.51% | - |
| HSV(B) | 261.6º | 0.73% | 0.81% | - |
| XYZ | 18.99 | 10.6 | 59.44 | - |
| YUV | 89.25 | 193.89 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 206 | 0.47 | 0.73 | 0 | 0.19 | 261.6 | 0.6 | 0.51 |
| Hex | 6E | 38 | CE | 2F | 49 | 0 | 13 | 106 | 3C | 33 |
| Octal | 156 | 70 | 316 | 57 | 111 | 0 | 23 | 406 | 74 | 63 |
| Binary | 1101110 | 111000 | 11001110 | 101111 | 1001001 | 0 | 10011 | 100000110 | 111100 | 110011 |
Color Harmonies of #6E38CE
Complementary color
Monochromatic Colors of #6E38CE
Black with #6E38CE
Text Example
Text Example
White with #6E38CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E38CE; }
p { color: rgb(110,56,206); }
H1.HeaderClassName
{
color: #6E38CE;
}
.AnyTagClassName
{
color: #6E38CE;
}
</style>
background-color css
<style>
a { background-color: #6E38CE; }
a { background-color: rgb(110,56,206); }
div.DivClassName
{
background-color: #6E38CE;
}
.BgClassName
{
background-color: #6E38CE;
}
</style>
border-color css
<style>
span { border-color: #6E38CE; }
span { border-color: rgb(110,56,206); }
td.TdClassName
{
border-color: #6E38CE;
}
.TagClassName
{
border-color: #6E38CE;
}
</style>