Shades of Purple Heart #6E27B8
Tints of Purple Heart #6E27B8
RGB
CMYK
RGB Variations
Color information
#6E27B8 (or 0x6E27B8) is known color: Purple Heart. HEX triplet: 6E, 27 and B8. RGB value is (110,39,184). Sum of RGB (Red+Green+Blue) = 110+39+184=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 184 (72.27% from 255 or 55.26% from 333); Max value from RGB is 184 - color contains mainly: blue. Hex color #6E27B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E27B8 is #91D847. Grayscale: #4C4C4C. Windows color (decimal): -9558088 or 12068718. OLE color: 12068718.
HSL color Cylindrical-coordinate representation of color #6E27B8: hue angle of 269.38º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E27B8 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 110 | 39 | 184 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.28 |
| HSL | 269.38º | 0.65% | 0.44% | - |
| HSV(B) | 269.38º | 0.79% | 0.72% | - |
| XYZ | 15.81 | 8.23 | 46.1 | - |
| YUV | 76.76 | 188.52 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 184 | 0.40 | 0.79 | 0 | 0.28 | 269.38 | 0.65 | 0.44 |
| Hex | 6E | 27 | B8 | 28 | 4F | 0 | 1C | 10D | 41 | 2C |
| Octal | 156 | 47 | 270 | 50 | 117 | 0 | 34 | 415 | 101 | 54 |
| Binary | 1101110 | 100111 | 10111000 | 101000 | 1001111 | 0 | 11100 | 100001101 | 1000001 | 101100 |
Color Harmonies of #6E27B8
Complementary color
Monochromatic Colors of #6E27B8
Black with #6E27B8
Text Example
Text Example
White with #6E27B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E27B8; }
p { color: rgb(110,39,184); }
H1.HeaderClassName
{
color: #6E27B8;
}
.AnyTagClassName
{
color: #6E27B8;
}
</style>
background-color css
<style>
a { background-color: #6E27B8; }
a { background-color: rgb(110,39,184); }
div.DivClassName
{
background-color: #6E27B8;
}
.BgClassName
{
background-color: #6E27B8;
}
</style>
border-color css
<style>
span { border-color: #6E27B8; }
span { border-color: rgb(110,39,184); }
td.TdClassName
{
border-color: #6E27B8;
}
.TagClassName
{
border-color: #6E27B8;
}
</style>