Shades of Purple Heart #6E34CB
Tints of Purple Heart #6E34CB
RGB
CMYK
RGB Variations
Color information
#6E34CB (or 0x6E34CB) is known color: Purple Heart. HEX triplet: 6E, 34 and CB. RGB value is (110,52,203). Sum of RGB (Red+Green+Blue) = 110+52+203=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E34CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E34CB is #91CB34. Grayscale: #565656. Windows color (decimal): -9554741 or 13317230. OLE color: 13317230.
HSL color Cylindrical-coordinate representation of color #6E34CB: hue angle of 263.05º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E34CB is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 52 | 203 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.20 |
| HSL | 263.05º | 0.59% | 0.5% | - |
| HSV(B) | 263.05º | 0.74% | 0.8% | - |
| XYZ | 18.44 | 10.08 | 57.47 | - |
| YUV | 86.56 | 193.72 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 203 | 0.46 | 0.74 | 0 | 0.20 | 263.05 | 0.59 | 0.5 |
| Hex | 6E | 34 | CB | 2E | 4A | 0 | 14 | 107 | 3B | 32 |
| Octal | 156 | 64 | 313 | 56 | 112 | 0 | 24 | 407 | 73 | 62 |
| Binary | 1101110 | 110100 | 11001011 | 101110 | 1001010 | 0 | 10100 | 100000111 | 111011 | 110010 |
Color Harmonies of #6E34CB
Complementary color
Monochromatic Colors of #6E34CB
Black with #6E34CB
Text Example
Text Example
White with #6E34CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E34CB; }
p { color: rgb(110,52,203); }
H1.HeaderClassName
{
color: #6E34CB;
}
.AnyTagClassName
{
color: #6E34CB;
}
</style>
background-color css
<style>
a { background-color: #6E34CB; }
a { background-color: rgb(110,52,203); }
div.DivClassName
{
background-color: #6E34CB;
}
.BgClassName
{
background-color: #6E34CB;
}
</style>
border-color css
<style>
span { border-color: #6E34CB; }
span { border-color: rgb(110,52,203); }
td.TdClassName
{
border-color: #6E34CB;
}
.TagClassName
{
border-color: #6E34CB;
}
</style>