Shades of Purple Heart #6E2CC3
Tints of Purple Heart #6E2CC3
RGB
CMYK
RGB Variations
Color information
#6E2CC3 (or 0x6E2CC3) is known color: Purple Heart. HEX triplet: 6E, 2C and C3. RGB value is (110,44,195). Sum of RGB (Red+Green+Blue) = 110+44+195=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 195 (76.56% from 255 or 55.87% from 349); Max value from RGB is 195 - color contains mainly: blue. Hex color #6E2CC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2CC3 is #91D33C. Grayscale: #505050. Windows color (decimal): -9556797 or 12790894. OLE color: 12790894.
HSL color Cylindrical-coordinate representation of color #6E2CC3: hue angle of 266.23º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2CC3 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 44 | 195 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.24 |
| HSL | 266.23º | 0.63% | 0.47% | - |
| HSV(B) | 266.23º | 0.77% | 0.76% | - |
| XYZ | 17.18 | 9.06 | 52.47 | - |
| YUV | 80.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 195 | 0.44 | 0.77 | 0 | 0.24 | 266.23 | 0.63 | 0.47 |
| Hex | 6E | 2C | C3 | 2C | 4D | 0 | 18 | 10A | 3F | 2F |
| Octal | 156 | 54 | 303 | 54 | 115 | 0 | 30 | 412 | 77 | 57 |
| Binary | 1101110 | 101100 | 11000011 | 101100 | 1001101 | 0 | 11000 | 100001010 | 111111 | 101111 |
Color Harmonies of #6E2CC3
Complementary color
Monochromatic Colors of #6E2CC3
Black with #6E2CC3
Text Example
Text Example
White with #6E2CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2CC3; }
p { color: rgb(110,44,195); }
H1.HeaderClassName
{
color: #6E2CC3;
}
.AnyTagClassName
{
color: #6E2CC3;
}
</style>
background-color css
<style>
a { background-color: #6E2CC3; }
a { background-color: rgb(110,44,195); }
div.DivClassName
{
background-color: #6E2CC3;
}
.BgClassName
{
background-color: #6E2CC3;
}
</style>
border-color css
<style>
span { border-color: #6E2CC3; }
span { border-color: rgb(110,44,195); }
td.TdClassName
{
border-color: #6E2CC3;
}
.TagClassName
{
border-color: #6E2CC3;
}
</style>