Shades of Purple Heart #6C14AB
Tints of Purple Heart #6C14AB
RGB
CMYK
RGB Variations
Color information
#6C14AB (or 0x6C14AB) is known color: Purple Heart. HEX triplet: 6C, 14 and AB. RGB value is (108,20,171). Sum of RGB (Red+Green+Blue) = 108+20+171=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C14AB is #93EB54. Grayscale: #3F3F3F. Windows color (decimal): -9694037 or 11211884. OLE color: 11211884.
HSL color Cylindrical-coordinate representation of color #6C14AB: hue angle of 274.97º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C14AB is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 20 | 171 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.33 |
| HSL | 274.97º | 0.79% | 0.37% | - |
| HSV(B) | 274.97º | 0.88% | 0.67% | - |
| XYZ | 13.79 | 6.63 | 39.08 | - |
| YUV | 63.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 171 | 0.37 | 0.88 | 0 | 0.33 | 274.97 | 0.79 | 0.37 |
| Hex | 6C | 14 | AB | 25 | 58 | 0 | 21 | 113 | 4F | 25 |
| Octal | 154 | 24 | 253 | 45 | 130 | 0 | 41 | 423 | 117 | 45 |
| Binary | 1101100 | 10100 | 10101011 | 100101 | 1011000 | 0 | 100001 | 100010011 | 1001111 | 100101 |
Color Harmonies of #6C14AB
Complementary color
Monochromatic Colors of #6C14AB
Black with #6C14AB
Text Example
Text Example
White with #6C14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C14AB; }
p { color: rgb(108,20,171); }
H1.HeaderClassName
{
color: #6C14AB;
}
.AnyTagClassName
{
color: #6C14AB;
}
</style>
background-color css
<style>
a { background-color: #6C14AB; }
a { background-color: rgb(108,20,171); }
div.DivClassName
{
background-color: #6C14AB;
}
.BgClassName
{
background-color: #6C14AB;
}
</style>
border-color css
<style>
span { border-color: #6C14AB; }
span { border-color: rgb(108,20,171); }
td.TdClassName
{
border-color: #6C14AB;
}
.TagClassName
{
border-color: #6C14AB;
}
</style>