Shades of Purple Heart #6E2BCB
Tints of Purple Heart #6E2BCB
RGB
CMYK
RGB Variations
Color information
#6E2BCB (or 0x6E2BCB) is known color: Purple Heart. HEX triplet: 6E, 2B and CB. RGB value is (110,43,203). Sum of RGB (Red+Green+Blue) = 110+43+203=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E2BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2BCB is #91D434. Grayscale: #505050. Windows color (decimal): -9557045 or 13314926. OLE color: 13314926.
HSL color Cylindrical-coordinate representation of color #6E2BCB: hue angle of 265.12º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E2BCB is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 43 | 203 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.20 |
| HSL | 265.13º | 0.65% | 0.48% | - |
| HSV(B) | 265.13º | 0.79% | 0.8% | - |
| XYZ | 18.07 | 9.35 | 57.35 | - |
| YUV | 81.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 203 | 0.46 | 0.79 | 0 | 0.20 | 265.13 | 0.65 | 0.48 |
| Hex | 6E | 2B | CB | 2E | 4F | 0 | 14 | 109 | 41 | 30 |
| Octal | 156 | 53 | 313 | 56 | 117 | 0 | 24 | 411 | 101 | 60 |
| Binary | 1101110 | 101011 | 11001011 | 101110 | 1001111 | 0 | 10100 | 100001001 | 1000001 | 110000 |
Color Harmonies of #6E2BCB
Complementary color
Monochromatic Colors of #6E2BCB
Black with #6E2BCB
Text Example
Text Example
White with #6E2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BCB; }
p { color: rgb(110,43,203); }
H1.HeaderClassName
{
color: #6E2BCB;
}
.AnyTagClassName
{
color: #6E2BCB;
}
</style>
background-color css
<style>
a { background-color: #6E2BCB; }
a { background-color: rgb(110,43,203); }
div.DivClassName
{
background-color: #6E2BCB;
}
.BgClassName
{
background-color: #6E2BCB;
}
</style>
border-color css
<style>
span { border-color: #6E2BCB; }
span { border-color: rgb(110,43,203); }
td.TdClassName
{
border-color: #6E2BCB;
}
.TagClassName
{
border-color: #6E2BCB;
}
</style>