Shades of Purple Heart #6C2EE0
Tints of Purple Heart #6C2EE0
RGB
CMYK
RGB Variations
Color information
#6C2EE0 (or 0x6C2EE0) is known color: Purple Heart. HEX triplet: 6C, 2E and E0. RGB value is (108,46,224). Sum of RGB (Red+Green+Blue) = 108+46+224=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 224 (87.89% from 255 or 59.26% from 378); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C2EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EE0 is #93D11F. Grayscale: #545454. Windows color (decimal): -9687328 or 14691948. OLE color: 14691948.
HSL color Cylindrical-coordinate representation of color #6C2EE0: hue angle of 260.9º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2EE0 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 46 | 224 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.12 |
| HSL | 260.9º | 0.74% | 0.53% | - |
| HSV(B) | 260.9º | 0.79% | 0.88% | - |
| XYZ | 20.62 | 10.52 | 71.47 | - |
| YUV | 84.83 | 206.54 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 46 | 224 | 0.52 | 0.79 | 0 | 0.12 | 260.9 | 0.74 | 0.53 |
| Hex | 6C | 2E | E0 | 34 | 4F | 0 | C | 105 | 4A | 35 |
| Octal | 154 | 56 | 340 | 64 | 117 | 0 | 14 | 405 | 112 | 65 |
| Binary | 1101100 | 101110 | 11100000 | 110100 | 1001111 | 0 | 1100 | 100000101 | 1001010 | 110101 |
Color Harmonies of #6C2EE0
Complementary color
Monochromatic Colors of #6C2EE0
Black with #6C2EE0
Text Example
Text Example
White with #6C2EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2EE0; }
p { color: rgb(108,46,224); }
H1.HeaderClassName
{
color: #6C2EE0;
}
.AnyTagClassName
{
color: #6C2EE0;
}
</style>
background-color css
<style>
a { background-color: #6C2EE0; }
a { background-color: rgb(108,46,224); }
div.DivClassName
{
background-color: #6C2EE0;
}
.BgClassName
{
background-color: #6C2EE0;
}
</style>
border-color css
<style>
span { border-color: #6C2EE0; }
span { border-color: rgb(108,46,224); }
td.TdClassName
{
border-color: #6C2EE0;
}
.TagClassName
{
border-color: #6C2EE0;
}
</style>