Shades of Purple Heart #6C0AB7
Tints of Purple Heart #6C0AB7
RGB
CMYK
RGB Variations
Color information
#6C0AB7 (or 0x6C0AB7) is known color: Purple Heart. HEX triplet: 6C, 0A and B7. RGB value is (108,10,183). Sum of RGB (Red+Green+Blue) = 108+10+183=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 183 (71.88% from 255 or 60.80% from 301); Max value from RGB is 183 - color contains mainly: blue. Hex color #6C0AB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0AB7 is #93F548. Grayscale: #3A3A3A. Windows color (decimal): -9696585 or 11995756. OLE color: 11995756.
HSL color Cylindrical-coordinate representation of color #6C0AB7: hue angle of 273.99º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0AB7 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 10 | 183 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.28 |
| HSL | 273.99º | 0.9% | 0.38% | - |
| HSV(B) | 273.99º | 0.95% | 0.72% | - |
| XYZ | 14.84 | 6.82 | 45.33 | - |
| YUV | 59.02 | 197.97 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 10 | 183 | 0.41 | 0.95 | 0 | 0.28 | 273.99 | 0.9 | 0.38 |
| Hex | 6C | A | B7 | 29 | 5F | 0 | 1C | 112 | 5A | 26 |
| Octal | 154 | 12 | 267 | 51 | 137 | 0 | 34 | 422 | 132 | 46 |
| Binary | 1101100 | 1010 | 10110111 | 101001 | 1011111 | 0 | 11100 | 100010010 | 1011010 | 100110 |
Color Harmonies of #6C0AB7
Complementary color
Monochromatic Colors of #6C0AB7
Black with #6C0AB7
Text Example
Text Example
White with #6C0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0AB7; }
p { color: rgb(108,10,183); }
H1.HeaderClassName
{
color: #6C0AB7;
}
.AnyTagClassName
{
color: #6C0AB7;
}
</style>
background-color css
<style>
a { background-color: #6C0AB7; }
a { background-color: rgb(108,10,183); }
div.DivClassName
{
background-color: #6C0AB7;
}
.BgClassName
{
background-color: #6C0AB7;
}
</style>
border-color css
<style>
span { border-color: #6C0AB7; }
span { border-color: rgb(108,10,183); }
td.TdClassName
{
border-color: #6C0AB7;
}
.TagClassName
{
border-color: #6C0AB7;
}
</style>