Shades of Purple Heart #6C2EC8
Tints of Purple Heart #6C2EC8
RGB
CMYK
RGB Variations
Color information
#6C2EC8 (or 0x6C2EC8) is known color: Purple Heart. HEX triplet: 6C, 2E and C8. RGB value is (108,46,200). Sum of RGB (Red+Green+Blue) = 108+46+200=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 200 (78.52% from 255 or 56.50% from 354); Max value from RGB is 200 - color contains mainly: blue. Hex color #6C2EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2EC8 is #93D137. Grayscale: #515151. Windows color (decimal): -9687352 or 13119084. OLE color: 13119084.
HSL color Cylindrical-coordinate representation of color #6C2EC8: hue angle of 264.16º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C2EC8 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 46 | 200 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.22 |
| HSL | 264.16º | 0.63% | 0.48% | - |
| HSV(B) | 264.16º | 0.77% | 0.78% | - |
| XYZ | 17.59 | 9.31 | 55.51 | - |
| YUV | 82.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 46 | 200 | 0.46 | 0.77 | 0 | 0.22 | 264.16 | 0.63 | 0.48 |
| Hex | 6C | 2E | C8 | 2E | 4D | 0 | 16 | 108 | 3F | 30 |
| Octal | 154 | 56 | 310 | 56 | 115 | 0 | 26 | 410 | 77 | 60 |
| Binary | 1101100 | 101110 | 11001000 | 101110 | 1001101 | 0 | 10110 | 100001000 | 111111 | 110000 |
Color Harmonies of #6C2EC8
Complementary color
Monochromatic Colors of #6C2EC8
Black with #6C2EC8
Text Example
Text Example
White with #6C2EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2EC8; }
p { color: rgb(108,46,200); }
H1.HeaderClassName
{
color: #6C2EC8;
}
.AnyTagClassName
{
color: #6C2EC8;
}
</style>
background-color css
<style>
a { background-color: #6C2EC8; }
a { background-color: rgb(108,46,200); }
div.DivClassName
{
background-color: #6C2EC8;
}
.BgClassName
{
background-color: #6C2EC8;
}
</style>
border-color css
<style>
span { border-color: #6C2EC8; }
span { border-color: rgb(108,46,200); }
td.TdClassName
{
border-color: #6C2EC8;
}
.TagClassName
{
border-color: #6C2EC8;
}
</style>