Shades of Purple Heart #6C07AB
Tints of Purple Heart #6C07AB
RGB
CMYK
RGB Variations
Color information
#6C07AB (or 0x6C07AB) is known color: Purple Heart. HEX triplet: 6C, 07 and AB. RGB value is (108,7,171). Sum of RGB (Red+Green+Blue) = 108+7+171=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C07AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C07AB is #93F854. Grayscale: #373737. Windows color (decimal): -9697365 or 11208556. OLE color: 11208556.
HSL color Cylindrical-coordinate representation of color #6C07AB: hue angle of 276.95º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C07AB is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 7 | 171 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.33 |
| HSL | 276.95º | 0.92% | 0.35% | - |
| HSV(B) | 276.95º | 0.96% | 0.67% | - |
| XYZ | 13.61 | 6.28 | 39.02 | - |
| YUV | 55.9 | 192.96 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 7 | 171 | 0.37 | 0.96 | 0 | 0.33 | 276.95 | 0.92 | 0.35 |
| Hex | 6C | 7 | AB | 25 | 60 | 0 | 21 | 115 | 5C | 23 |
| Octal | 154 | 7 | 253 | 45 | 140 | 0 | 41 | 425 | 134 | 43 |
| Binary | 1101100 | 111 | 10101011 | 100101 | 1100000 | 0 | 100001 | 100010101 | 1011100 | 100011 |
Color Harmonies of #6C07AB
Complementary color
Monochromatic Colors of #6C07AB
Black with #6C07AB
Text Example
Text Example
White with #6C07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C07AB; }
p { color: rgb(108,7,171); }
H1.HeaderClassName
{
color: #6C07AB;
}
.AnyTagClassName
{
color: #6C07AB;
}
</style>
background-color css
<style>
a { background-color: #6C07AB; }
a { background-color: rgb(108,7,171); }
div.DivClassName
{
background-color: #6C07AB;
}
.BgClassName
{
background-color: #6C07AB;
}
</style>
border-color css
<style>
span { border-color: #6C07AB; }
span { border-color: rgb(108,7,171); }
td.TdClassName
{
border-color: #6C07AB;
}
.TagClassName
{
border-color: #6C07AB;
}
</style>