Shades of Purple Heart #6C1EBB
Tints of Purple Heart #6C1EBB
RGB
CMYK
RGB Variations
Color information
#6C1EBB (or 0x6C1EBB) is known color: Purple Heart. HEX triplet: 6C, 1E and BB. RGB value is (108,30,187). Sum of RGB (Red+Green+Blue) = 108+30+187=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C1EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1EBB is #93E144. Grayscale: #464646. Windows color (decimal): -9691461 or 12263020. OLE color: 12263020.
HSL color Cylindrical-coordinate representation of color #6C1EBB: hue angle of 269.81º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1EBB is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 30 | 187 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.27 |
| HSL | 269.81º | 0.72% | 0.43% | - |
| HSV(B) | 269.81º | 0.84% | 0.73% | - |
| XYZ | 15.62 | 7.7 | 47.68 | - |
| YUV | 71.22 | 193.34 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 187 | 0.42 | 0.84 | 0 | 0.27 | 269.81 | 0.72 | 0.43 |
| Hex | 6C | 1E | BB | 2A | 54 | 0 | 1B | 10E | 48 | 2B |
| Octal | 154 | 36 | 273 | 52 | 124 | 0 | 33 | 416 | 110 | 53 |
| Binary | 1101100 | 11110 | 10111011 | 101010 | 1010100 | 0 | 11011 | 100001110 | 1001000 | 101011 |
Color Harmonies of #6C1EBB
Complementary color
Monochromatic Colors of #6C1EBB
Black with #6C1EBB
Text Example
Text Example
White with #6C1EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1EBB; }
p { color: rgb(108,30,187); }
H1.HeaderClassName
{
color: #6C1EBB;
}
.AnyTagClassName
{
color: #6C1EBB;
}
</style>
background-color css
<style>
a { background-color: #6C1EBB; }
a { background-color: rgb(108,30,187); }
div.DivClassName
{
background-color: #6C1EBB;
}
.BgClassName
{
background-color: #6C1EBB;
}
</style>
border-color css
<style>
span { border-color: #6C1EBB; }
span { border-color: rgb(108,30,187); }
td.TdClassName
{
border-color: #6C1EBB;
}
.TagClassName
{
border-color: #6C1EBB;
}
</style>