Shades of Purple Heart #6C20BC
Tints of Purple Heart #6C20BC
RGB
CMYK
RGB Variations
Color information
#6C20BC (or 0x6C20BC) is known color: Purple Heart. HEX triplet: 6C, 20 and BC. RGB value is (108,32,188). Sum of RGB (Red+Green+Blue) = 108+32+188=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C20BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C20BC is #93DF43. Grayscale: #474747. Windows color (decimal): -9690948 or 12329068. OLE color: 12329068.
HSL color Cylindrical-coordinate representation of color #6C20BC: hue angle of 269.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C20BC is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 32 | 188 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.26 |
| HSL | 269.23º | 0.71% | 0.43% | - |
| HSV(B) | 269.23º | 0.83% | 0.74% | - |
| XYZ | 15.78 | 7.85 | 48.26 | - |
| YUV | 72.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 188 | 0.43 | 0.83 | 0 | 0.26 | 269.23 | 0.71 | 0.43 |
| Hex | 6C | 20 | BC | 2B | 53 | 0 | 1A | 10D | 47 | 2B |
| Octal | 154 | 40 | 274 | 53 | 123 | 0 | 32 | 415 | 107 | 53 |
| Binary | 1101100 | 100000 | 10111100 | 101011 | 1010011 | 0 | 11010 | 100001101 | 1000111 | 101011 |
Color Harmonies of #6C20BC
Complementary color
Monochromatic Colors of #6C20BC
Black with #6C20BC
Text Example
Text Example
White with #6C20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C20BC; }
p { color: rgb(108,32,188); }
H1.HeaderClassName
{
color: #6C20BC;
}
.AnyTagClassName
{
color: #6C20BC;
}
</style>
background-color css
<style>
a { background-color: #6C20BC; }
a { background-color: rgb(108,32,188); }
div.DivClassName
{
background-color: #6C20BC;
}
.BgClassName
{
background-color: #6C20BC;
}
</style>
border-color css
<style>
span { border-color: #6C20BC; }
span { border-color: rgb(108,32,188); }
td.TdClassName
{
border-color: #6C20BC;
}
.TagClassName
{
border-color: #6C20BC;
}
</style>