Shades of Purple Heart #6C0EB3
Tints of Purple Heart #6C0EB3
RGB
CMYK
RGB Variations
Color information
#6C0EB3 (or 0x6C0EB3) is known color: Purple Heart. HEX triplet: 6C, 0E and B3. RGB value is (108,14,179). Sum of RGB (Red+Green+Blue) = 108+14+179=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 179 (70.31% from 255 or 59.47% from 301); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C0EB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0EB3 is #93F14C. Grayscale: #3C3C3C. Windows color (decimal): -9695565 or 11734636. OLE color: 11734636.
HSL color Cylindrical-coordinate representation of color #6C0EB3: hue angle of 274.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C0EB3 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 14 | 179 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.30 |
| HSL | 274.18º | 0.85% | 0.38% | - |
| HSV(B) | 274.18º | 0.92% | 0.7% | - |
| XYZ | 14.48 | 6.76 | 43.19 | - |
| YUV | 60.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 14 | 179 | 0.40 | 0.92 | 0 | 0.30 | 274.18 | 0.85 | 0.38 |
| Hex | 6C | E | B3 | 28 | 5C | 0 | 1E | 112 | 55 | 26 |
| Octal | 154 | 16 | 263 | 50 | 134 | 0 | 36 | 422 | 125 | 46 |
| Binary | 1101100 | 1110 | 10110011 | 101000 | 1011100 | 0 | 11110 | 100010010 | 1010101 | 100110 |
Color Harmonies of #6C0EB3
Complementary color
Monochromatic Colors of #6C0EB3
Black with #6C0EB3
Text Example
Text Example
White with #6C0EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0EB3; }
p { color: rgb(108,14,179); }
H1.HeaderClassName
{
color: #6C0EB3;
}
.AnyTagClassName
{
color: #6C0EB3;
}
</style>
background-color css
<style>
a { background-color: #6C0EB3; }
a { background-color: rgb(108,14,179); }
div.DivClassName
{
background-color: #6C0EB3;
}
.BgClassName
{
background-color: #6C0EB3;
}
</style>
border-color css
<style>
span { border-color: #6C0EB3; }
span { border-color: rgb(108,14,179); }
td.TdClassName
{
border-color: #6C0EB3;
}
.TagClassName
{
border-color: #6C0EB3;
}
</style>