Shades of Purple Heart #6E27DA
Tints of Purple Heart #6E27DA
RGB
CMYK
RGB Variations
Color information
#6E27DA (or 0x6E27DA) is known color: Purple Heart. HEX triplet: 6E, 27 and DA. RGB value is (110,39,218). Sum of RGB (Red+Green+Blue) = 110+39+218=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E27DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E27DA is #91D825. Grayscale: #4F4F4F. Windows color (decimal): -9558054 or 14296942. OLE color: 14296942.
HSL color Cylindrical-coordinate representation of color #6E27DA: hue angle of 263.8º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E27DA is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 39 | 218 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.15 |
| HSL | 263.8º | 0.71% | 0.5% | - |
| HSV(B) | 263.8º | 0.82% | 0.85% | - |
| XYZ | 19.81 | 9.83 | 67.18 | - |
| YUV | 80.64 | 205.52 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 218 | 0.50 | 0.82 | 0 | 0.15 | 263.8 | 0.71 | 0.5 |
| Hex | 6E | 27 | DA | 32 | 52 | 0 | F | 108 | 47 | 32 |
| Octal | 156 | 47 | 332 | 62 | 122 | 0 | 17 | 410 | 107 | 62 |
| Binary | 1101110 | 100111 | 11011010 | 110010 | 1010010 | 0 | 1111 | 100001000 | 1000111 | 110010 |
Color Harmonies of #6E27DA
Complementary color
Monochromatic Colors of #6E27DA
Black with #6E27DA
Text Example
Text Example
White with #6E27DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E27DA; }
p { color: rgb(110,39,218); }
H1.HeaderClassName
{
color: #6E27DA;
}
.AnyTagClassName
{
color: #6E27DA;
}
</style>
background-color css
<style>
a { background-color: #6E27DA; }
a { background-color: rgb(110,39,218); }
div.DivClassName
{
background-color: #6E27DA;
}
.BgClassName
{
background-color: #6E27DA;
}
</style>
border-color css
<style>
span { border-color: #6E27DA; }
span { border-color: rgb(110,39,218); }
td.TdClassName
{
border-color: #6E27DA;
}
.TagClassName
{
border-color: #6E27DA;
}
</style>