Shades of Purple Heart #6C2BCD
Tints of Purple Heart #6C2BCD
RGB
CMYK
RGB Variations
Color information
#6C2BCD (or 0x6C2BCD) is known color: Purple Heart. HEX triplet: 6C, 2B and CD. RGB value is (108,43,205). Sum of RGB (Red+Green+Blue) = 108+43+205=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 205 (80.47% from 255 or 57.58% from 356); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C2BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2BCD is #93D432. Grayscale: #505050. Windows color (decimal): -9688115 or 13445996. OLE color: 13445996.
HSL color Cylindrical-coordinate representation of color #6C2BCD: hue angle of 264.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C2BCD is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 43 | 205 | - |
| CMYK | 0.47 | 0.79 | 0 | 0.20 |
| HSL | 264.07º | 0.65% | 0.49% | - |
| HSV(B) | 264.07º | 0.79% | 0.8% | - |
| XYZ | 18.07 | 9.32 | 58.6 | - |
| YUV | 80.9 | 198.03 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 205 | 0.47 | 0.79 | 0 | 0.20 | 264.07 | 0.65 | 0.49 |
| Hex | 6C | 2B | CD | 2F | 4F | 0 | 14 | 108 | 41 | 31 |
| Octal | 154 | 53 | 315 | 57 | 117 | 0 | 24 | 410 | 101 | 61 |
| Binary | 1101100 | 101011 | 11001101 | 101111 | 1001111 | 0 | 10100 | 100001000 | 1000001 | 110001 |
Color Harmonies of #6C2BCD
Complementary color
Monochromatic Colors of #6C2BCD
Black with #6C2BCD
Text Example
Text Example
White with #6C2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2BCD; }
p { color: rgb(108,43,205); }
H1.HeaderClassName
{
color: #6C2BCD;
}
.AnyTagClassName
{
color: #6C2BCD;
}
</style>
background-color css
<style>
a { background-color: #6C2BCD; }
a { background-color: rgb(108,43,205); }
div.DivClassName
{
background-color: #6C2BCD;
}
.BgClassName
{
background-color: #6C2BCD;
}
</style>
border-color css
<style>
span { border-color: #6C2BCD; }
span { border-color: rgb(108,43,205); }
td.TdClassName
{
border-color: #6C2BCD;
}
.TagClassName
{
border-color: #6C2BCD;
}
</style>