Shades of Purple Heart #6C2BDC
Tints of Purple Heart #6C2BDC
RGB
CMYK
RGB Variations
Color information
#6C2BDC (or 0x6C2BDC) is known color: Purple Heart. HEX triplet: 6C, 2B and DC. RGB value is (108,43,220). Sum of RGB (Red+Green+Blue) = 108+43+220=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C2BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BDC is #93D423. Grayscale: #515151. Windows color (decimal): -9688100 or 14429036. OLE color: 14429036.
HSL color Cylindrical-coordinate representation of color #6C2BDC: hue angle of 262.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C2BDC is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 43 | 220 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.14 |
| HSL | 262.03º | 0.72% | 0.52% | - |
| HSV(B) | 262.03º | 0.8% | 0.86% | - |
| XYZ | 19.97 | 10.08 | 68.6 | - |
| YUV | 82.61 | 205.53 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 220 | 0.51 | 0.80 | 0 | 0.14 | 262.03 | 0.72 | 0.52 |
| Hex | 6C | 2B | DC | 33 | 50 | 0 | E | 106 | 48 | 34 |
| Octal | 154 | 53 | 334 | 63 | 120 | 0 | 16 | 406 | 110 | 64 |
| Binary | 1101100 | 101011 | 11011100 | 110011 | 1010000 | 0 | 1110 | 100000110 | 1001000 | 110100 |
Color Harmonies of #6C2BDC
Complementary color
Monochromatic Colors of #6C2BDC
Black with #6C2BDC
Text Example
Text Example
White with #6C2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2BDC; }
p { color: rgb(108,43,220); }
H1.HeaderClassName
{
color: #6C2BDC;
}
.AnyTagClassName
{
color: #6C2BDC;
}
</style>
background-color css
<style>
a { background-color: #6C2BDC; }
a { background-color: rgb(108,43,220); }
div.DivClassName
{
background-color: #6C2BDC;
}
.BgClassName
{
background-color: #6C2BDC;
}
</style>
border-color css
<style>
span { border-color: #6C2BDC; }
span { border-color: rgb(108,43,220); }
td.TdClassName
{
border-color: #6C2BDC;
}
.TagClassName
{
border-color: #6C2BDC;
}
</style>