Shades of Purple Heart #6614AB
Tints of Purple Heart #6614AB
RGB
CMYK
RGB Variations
Color information
#6614AB (or 0x6614AB) is known color: Purple Heart. HEX triplet: 66, 14 and AB. RGB value is (102,20,171). Sum of RGB (Red+Green+Blue) = 102+20+171=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #6614AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6614AB is #99EB54. Grayscale: #3D3D3D. Windows color (decimal): -10087253 or 11211878. OLE color: 11211878.
HSL color Cylindrical-coordinate representation of color #6614AB: hue angle of 272.58º 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 #6614AB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 20 | 171 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.33 |
| HSL | 272.58º | 0.79% | 0.37% | - |
| HSV(B) | 272.58º | 0.88% | 0.67% | - |
| XYZ | 13.08 | 6.27 | 39.05 | - |
| YUV | 61.73 | 189.67 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 171 | 0.40 | 0.88 | 0 | 0.33 | 272.58 | 0.79 | 0.37 |
| Hex | 66 | 14 | AB | 28 | 58 | 0 | 21 | 111 | 4F | 25 |
| Octal | 146 | 24 | 253 | 50 | 130 | 0 | 41 | 421 | 117 | 45 |
| Binary | 1100110 | 10100 | 10101011 | 101000 | 1011000 | 0 | 100001 | 100010001 | 1001111 | 100101 |
Color Harmonies of #6614AB
Complementary color
Monochromatic Colors of #6614AB
Black with #6614AB
Text Example
Text Example
White with #6614AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6614AB; }
p { color: rgb(102,20,171); }
H1.HeaderClassName
{
color: #6614AB;
}
.AnyTagClassName
{
color: #6614AB;
}
</style>
background-color css
<style>
a { background-color: #6614AB; }
a { background-color: rgb(102,20,171); }
div.DivClassName
{
background-color: #6614AB;
}
.BgClassName
{
background-color: #6614AB;
}
</style>
border-color css
<style>
span { border-color: #6614AB; }
span { border-color: rgb(102,20,171); }
td.TdClassName
{
border-color: #6614AB;
}
.TagClassName
{
border-color: #6614AB;
}
</style>