Shades of Purple Heart #6E2ACC
Tints of Purple Heart #6E2ACC
RGB
CMYK
RGB Variations
Color information
#6E2ACC (or 0x6E2ACC) is known color: Purple Heart. HEX triplet: 6E, 2A and CC. RGB value is (110,42,204). Sum of RGB (Red+Green+Blue) = 110+42+204=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E2ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2ACC is #91D533. Grayscale: #505050. Windows color (decimal): -9557300 or 13380206. OLE color: 13380206.
HSL color Cylindrical-coordinate representation of color #6E2ACC: hue angle of 265.19º degrees, saturation: 0.66, 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 #6E2ACC is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 42 | 204 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.2 |
| HSL | 265.19º | 0.66% | 0.48% | - |
| HSV(B) | 265.19º | 0.79% | 0.8% | - |
| XYZ | 18.16 | 9.33 | 57.97 | - |
| YUV | 80.8 | 197.53 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 42 | 204 | 0.46 | 0.79 | 0 | 0.2 | 265.19 | 0.66 | 0.48 |
| Hex | 6E | 2A | CC | 2E | 4F | 0 | 14 | 109 | 42 | 30 |
| Octal | 156 | 52 | 314 | 56 | 117 | 0 | 24 | 411 | 102 | 60 |
| Binary | 1101110 | 101010 | 11001100 | 101110 | 1001111 | 0 | 10100 | 100001001 | 1000010 | 110000 |
Color Harmonies of #6E2ACC
Complementary color
Monochromatic Colors of #6E2ACC
Black with #6E2ACC
Text Example
Text Example
White with #6E2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2ACC; }
p { color: rgb(110,42,204); }
H1.HeaderClassName
{
color: #6E2ACC;
}
.AnyTagClassName
{
color: #6E2ACC;
}
</style>
background-color css
<style>
a { background-color: #6E2ACC; }
a { background-color: rgb(110,42,204); }
div.DivClassName
{
background-color: #6E2ACC;
}
.BgClassName
{
background-color: #6E2ACC;
}
</style>
border-color css
<style>
span { border-color: #6E2ACC; }
span { border-color: rgb(110,42,204); }
td.TdClassName
{
border-color: #6E2ACC;
}
.TagClassName
{
border-color: #6E2ACC;
}
</style>