Shades of Purple Heart #6E20CB
Tints of Purple Heart #6E20CB
RGB
CMYK
RGB Variations
Color information
#6E20CB (or 0x6E20CB) is known color: Purple Heart. HEX triplet: 6E, 20 and CB. RGB value is (110,32,203). Sum of RGB (Red+Green+Blue) = 110+32+203=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E20CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E20CB is #91DF34. Grayscale: #4A4A4A. Windows color (decimal): -9559861 or 13312110. OLE color: 13312110.
HSL color Cylindrical-coordinate representation of color #6E20CB: hue angle of 267.37º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E20CB is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 32 | 203 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.20 |
| HSL | 267.37º | 0.73% | 0.46% | - |
| HSV(B) | 267.37º | 0.84% | 0.8% | - |
| XYZ | 17.73 | 8.66 | 57.24 | - |
| YUV | 74.82 | 200.34 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 203 | 0.46 | 0.84 | 0 | 0.20 | 267.37 | 0.73 | 0.46 |
| Hex | 6E | 20 | CB | 2E | 54 | 0 | 14 | 10B | 49 | 2E |
| Octal | 156 | 40 | 313 | 56 | 124 | 0 | 24 | 413 | 111 | 56 |
| Binary | 1101110 | 100000 | 11001011 | 101110 | 1010100 | 0 | 10100 | 100001011 | 1001001 | 101110 |
Color Harmonies of #6E20CB
Complementary color
Monochromatic Colors of #6E20CB
Black with #6E20CB
Text Example
Text Example
White with #6E20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E20CB; }
p { color: rgb(110,32,203); }
H1.HeaderClassName
{
color: #6E20CB;
}
.AnyTagClassName
{
color: #6E20CB;
}
</style>
background-color css
<style>
a { background-color: #6E20CB; }
a { background-color: rgb(110,32,203); }
div.DivClassName
{
background-color: #6E20CB;
}
.BgClassName
{
background-color: #6E20CB;
}
</style>
border-color css
<style>
span { border-color: #6E20CB; }
span { border-color: rgb(110,32,203); }
td.TdClassName
{
border-color: #6E20CB;
}
.TagClassName
{
border-color: #6E20CB;
}
</style>