Shades of Purple Heart #6E2DC8
Tints of Purple Heart #6E2DC8
RGB
CMYK
RGB Variations
Color information
#6E2DC8 (or 0x6E2DC8) is known color: Purple Heart. HEX triplet: 6E, 2D and C8. RGB value is (110,45,200). Sum of RGB (Red+Green+Blue) = 110+45+200=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 200 (78.52% from 255 or 56.34% from 355); Max value from RGB is 200 - color contains mainly: blue. Hex color #6E2DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2DC8 is #91D237. Grayscale: #515151. Windows color (decimal): -9556536 or 13118830. OLE color: 13118830.
HSL color Cylindrical-coordinate representation of color #6E2DC8: hue angle of 265.16º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2DC8 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 45 | 200 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.22 |
| HSL | 265.16º | 0.63% | 0.48% | - |
| HSV(B) | 265.16º | 0.78% | 0.78% | - |
| XYZ | 17.79 | 9.36 | 55.51 | - |
| YUV | 82.11 | 194.53 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 200 | 0.45 | 0.78 | 0 | 0.22 | 265.16 | 0.63 | 0.48 |
| Hex | 6E | 2D | C8 | 2D | 4E | 0 | 16 | 109 | 3F | 30 |
| Octal | 156 | 55 | 310 | 55 | 116 | 0 | 26 | 411 | 77 | 60 |
| Binary | 1101110 | 101101 | 11001000 | 101101 | 1001110 | 0 | 10110 | 100001001 | 111111 | 110000 |
Color Harmonies of #6E2DC8
Complementary color
Monochromatic Colors of #6E2DC8
Black with #6E2DC8
Text Example
Text Example
White with #6E2DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2DC8; }
p { color: rgb(110,45,200); }
H1.HeaderClassName
{
color: #6E2DC8;
}
.AnyTagClassName
{
color: #6E2DC8;
}
</style>
background-color css
<style>
a { background-color: #6E2DC8; }
a { background-color: rgb(110,45,200); }
div.DivClassName
{
background-color: #6E2DC8;
}
.BgClassName
{
background-color: #6E2DC8;
}
</style>
border-color css
<style>
span { border-color: #6E2DC8; }
span { border-color: rgb(110,45,200); }
td.TdClassName
{
border-color: #6E2DC8;
}
.TagClassName
{
border-color: #6E2DC8;
}
</style>