Shades of Purple Heart #6E0BD2
Tints of Purple Heart #6E0BD2
RGB
CMYK
RGB Variations
Color information
#6E0BD2 (or 0x6E0BD2) is known color: Purple Heart. HEX triplet: 6E, 0B and D2. RGB value is (110,11,210). Sum of RGB (Red+Green+Blue) = 110+11+210=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 210 (82.42% from 255 or 63.44% from 331); Max value from RGB is 210 - color contains mainly: blue. Hex color #6E0BD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BD2 is #91F42D. Grayscale: #3E3E3E. Windows color (decimal): -9565230 or 13765486. OLE color: 13765486.
HSL color Cylindrical-coordinate representation of color #6E0BD2: hue angle of 269.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0BD2 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 11 | 210 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.18 |
| HSL | 269.85º | 0.9% | 0.43% | - |
| HSV(B) | 269.85º | 0.95% | 0.82% | - |
| XYZ | 18.18 | 8.21 | 61.6 | - |
| YUV | 63.29 | 210.8 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 210 | 0.48 | 0.95 | 0 | 0.18 | 269.85 | 0.9 | 0.43 |
| Hex | 6E | B | D2 | 30 | 5F | 0 | 12 | 10E | 5A | 2B |
| Octal | 156 | 13 | 322 | 60 | 137 | 0 | 22 | 416 | 132 | 53 |
| Binary | 1101110 | 1011 | 11010010 | 110000 | 1011111 | 0 | 10010 | 100001110 | 1011010 | 101011 |
Color Harmonies of #6E0BD2
Complementary color
Monochromatic Colors of #6E0BD2
Black with #6E0BD2
Text Example
Text Example
White with #6E0BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0BD2; }
p { color: rgb(110,11,210); }
H1.HeaderClassName
{
color: #6E0BD2;
}
.AnyTagClassName
{
color: #6E0BD2;
}
</style>
background-color css
<style>
a { background-color: #6E0BD2; }
a { background-color: rgb(110,11,210); }
div.DivClassName
{
background-color: #6E0BD2;
}
.BgClassName
{
background-color: #6E0BD2;
}
</style>
border-color css
<style>
span { border-color: #6E0BD2; }
span { border-color: rgb(110,11,210); }
td.TdClassName
{
border-color: #6E0BD2;
}
.TagClassName
{
border-color: #6E0BD2;
}
</style>