Shades of Purple Heart #6C2BE0
Tints of Purple Heart #6C2BE0
RGB
CMYK
RGB Variations
Color information
#6C2BE0 (or 0x6C2BE0) is known color: Purple Heart. HEX triplet: 6C, 2B and E0. RGB value is (108,43,224). Sum of RGB (Red+Green+Blue) = 108+43+224=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 224 (87.89% from 255 or 59.73% from 375); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C2BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BE0 is #93D41F. Grayscale: #525252. Windows color (decimal): -9688096 or 14691180. OLE color: 14691180.
HSL color Cylindrical-coordinate representation of color #6C2BE0: hue angle of 261.55º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C2BE0 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 43 | 224 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.12 |
| HSL | 261.55º | 0.74% | 0.52% | - |
| HSV(B) | 261.55º | 0.81% | 0.88% | - |
| XYZ | 20.5 | 10.3 | 71.43 | - |
| YUV | 83.07 | 207.53 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 224 | 0.52 | 0.81 | 0 | 0.12 | 261.55 | 0.74 | 0.52 |
| Hex | 6C | 2B | E0 | 34 | 51 | 0 | C | 106 | 4A | 34 |
| Octal | 154 | 53 | 340 | 64 | 121 | 0 | 14 | 406 | 112 | 64 |
| Binary | 1101100 | 101011 | 11100000 | 110100 | 1010001 | 0 | 1100 | 100000110 | 1001010 | 110100 |
Color Harmonies of #6C2BE0
Complementary color
Monochromatic Colors of #6C2BE0
Black with #6C2BE0
Text Example
Text Example
White with #6C2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2BE0; }
p { color: rgb(108,43,224); }
H1.HeaderClassName
{
color: #6C2BE0;
}
.AnyTagClassName
{
color: #6C2BE0;
}
</style>
background-color css
<style>
a { background-color: #6C2BE0; }
a { background-color: rgb(108,43,224); }
div.DivClassName
{
background-color: #6C2BE0;
}
.BgClassName
{
background-color: #6C2BE0;
}
</style>
border-color css
<style>
span { border-color: #6C2BE0; }
span { border-color: rgb(108,43,224); }
td.TdClassName
{
border-color: #6C2BE0;
}
.TagClassName
{
border-color: #6C2BE0;
}
</style>