Shades of Purple Heart #6C0EBD
Tints of Purple Heart #6C0EBD
RGB
CMYK
RGB Variations
Color information
#6C0EBD (or 0x6C0EBD) is known color: Purple Heart. HEX triplet: 6C, 0E and BD. RGB value is (108,14,189). Sum of RGB (Red+Green+Blue) = 108+14+189=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C0EBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0EBD is #93F142. Grayscale: #3D3D3D. Windows color (decimal): -9695555 or 12389996. OLE color: 12389996.
HSL color Cylindrical-coordinate representation of color #6C0EBD: hue angle of 272.23º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C0EBD is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 14 | 189 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.26 |
| HSL | 272.23º | 0.86% | 0.4% | - |
| HSV(B) | 272.23º | 0.93% | 0.74% | - |
| XYZ | 15.53 | 7.18 | 48.71 | - |
| YUV | 62.06 | 199.64 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 14 | 189 | 0.43 | 0.93 | 0 | 0.26 | 272.23 | 0.86 | 0.4 |
| Hex | 6C | E | BD | 2B | 5D | 0 | 1A | 110 | 56 | 28 |
| Octal | 154 | 16 | 275 | 53 | 135 | 0 | 32 | 420 | 126 | 50 |
| Binary | 1101100 | 1110 | 10111101 | 101011 | 1011101 | 0 | 11010 | 100010000 | 1010110 | 101000 |
Color Harmonies of #6C0EBD
Complementary color
Monochromatic Colors of #6C0EBD
Black with #6C0EBD
Text Example
Text Example
White with #6C0EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0EBD; }
p { color: rgb(108,14,189); }
H1.HeaderClassName
{
color: #6C0EBD;
}
.AnyTagClassName
{
color: #6C0EBD;
}
</style>
background-color css
<style>
a { background-color: #6C0EBD; }
a { background-color: rgb(108,14,189); }
div.DivClassName
{
background-color: #6C0EBD;
}
.BgClassName
{
background-color: #6C0EBD;
}
</style>
border-color css
<style>
span { border-color: #6C0EBD; }
span { border-color: rgb(108,14,189); }
td.TdClassName
{
border-color: #6C0EBD;
}
.TagClassName
{
border-color: #6C0EBD;
}
</style>