Shades of Purple Heart #6E27DD
Tints of Purple Heart #6E27DD
RGB
CMYK
RGB Variations
Color information
#6E27DD (or 0x6E27DD) is known color: Purple Heart. HEX triplet: 6E, 27 and DD. RGB value is (110,39,221). Sum of RGB (Red+Green+Blue) = 110+39+221=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E27DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E27DD is #91D822. Grayscale: #505050. Windows color (decimal): -9558051 or 14493550. OLE color: 14493550.
HSL color Cylindrical-coordinate representation of color #6E27DD: hue angle of 263.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E27DD is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 39 | 221 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.13 |
| HSL | 263.41º | 0.73% | 0.51% | - |
| HSV(B) | 263.41º | 0.82% | 0.87% | - |
| XYZ | 20.21 | 9.99 | 69.27 | - |
| YUV | 80.98 | 207.02 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 221 | 0.50 | 0.82 | 0 | 0.13 | 263.41 | 0.73 | 0.51 |
| Hex | 6E | 27 | DD | 32 | 52 | 0 | D | 107 | 49 | 33 |
| Octal | 156 | 47 | 335 | 62 | 122 | 0 | 15 | 407 | 111 | 63 |
| Binary | 1101110 | 100111 | 11011101 | 110010 | 1010010 | 0 | 1101 | 100000111 | 1001001 | 110011 |
Color Harmonies of #6E27DD
Complementary color
Monochromatic Colors of #6E27DD
Black with #6E27DD
Text Example
Text Example
White with #6E27DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E27DD; }
p { color: rgb(110,39,221); }
H1.HeaderClassName
{
color: #6E27DD;
}
.AnyTagClassName
{
color: #6E27DD;
}
</style>
background-color css
<style>
a { background-color: #6E27DD; }
a { background-color: rgb(110,39,221); }
div.DivClassName
{
background-color: #6E27DD;
}
.BgClassName
{
background-color: #6E27DD;
}
</style>
border-color css
<style>
span { border-color: #6E27DD; }
span { border-color: rgb(110,39,221); }
td.TdClassName
{
border-color: #6E27DD;
}
.TagClassName
{
border-color: #6E27DD;
}
</style>