Shades of Purple Heart #6C11BD
Tints of Purple Heart #6C11BD
RGB
CMYK
RGB Variations
Color information
#6C11BD (or 0x6C11BD) is known color: Purple Heart. HEX triplet: 6C, 11 and BD. RGB value is (108,17,189). Sum of RGB (Red+Green+Blue) = 108+17+189=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C11BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C11BD is #93EE42. Grayscale: #3F3F3F. Windows color (decimal): -9694787 or 12390764. OLE color: 12390764.
HSL color Cylindrical-coordinate representation of color #6C11BD: hue angle of 271.74º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C11BD is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 17 | 189 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.26 |
| HSL | 271.74º | 0.83% | 0.4% | - |
| HSV(B) | 271.74º | 0.91% | 0.74% | - |
| XYZ | 15.57 | 7.26 | 48.73 | - |
| YUV | 63.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 17 | 189 | 0.43 | 0.91 | 0 | 0.26 | 271.74 | 0.83 | 0.4 |
| Hex | 6C | 11 | BD | 2B | 5B | 0 | 1A | 110 | 53 | 28 |
| Octal | 154 | 21 | 275 | 53 | 133 | 0 | 32 | 420 | 123 | 50 |
| Binary | 1101100 | 10001 | 10111101 | 101011 | 1011011 | 0 | 11010 | 100010000 | 1010011 | 101000 |
Color Harmonies of #6C11BD
Complementary color
Monochromatic Colors of #6C11BD
Black with #6C11BD
Text Example
Text Example
White with #6C11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C11BD; }
p { color: rgb(108,17,189); }
H1.HeaderClassName
{
color: #6C11BD;
}
.AnyTagClassName
{
color: #6C11BD;
}
</style>
background-color css
<style>
a { background-color: #6C11BD; }
a { background-color: rgb(108,17,189); }
div.DivClassName
{
background-color: #6C11BD;
}
.BgClassName
{
background-color: #6C11BD;
}
</style>
border-color css
<style>
span { border-color: #6C11BD; }
span { border-color: rgb(108,17,189); }
td.TdClassName
{
border-color: #6C11BD;
}
.TagClassName
{
border-color: #6C11BD;
}
</style>