Shades of Purple Heart #6613AB
Tints of Purple Heart #6613AB
RGB
CMYK
RGB Variations
Color information
#6613AB (or 0x6613AB) is known color: Purple Heart. HEX triplet: 66, 13 and AB. RGB value is (102,19,171). Sum of RGB (Red+Green+Blue) = 102+19+171=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #6613AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6613AB is #99EC54. Grayscale: #3C3C3C. Windows color (decimal): -10087509 or 11211622. OLE color: 11211622.
HSL color Cylindrical-coordinate representation of color #6613AB: hue angle of 272.76º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6613AB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 19 | 171 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.33 |
| HSL | 272.76º | 0.8% | 0.37% | - |
| HSV(B) | 272.76º | 0.89% | 0.67% | - |
| XYZ | 13.06 | 6.23 | 39.04 | - |
| YUV | 61.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 171 | 0.40 | 0.89 | 0 | 0.33 | 272.76 | 0.8 | 0.37 |
| Hex | 66 | 13 | AB | 28 | 59 | 0 | 21 | 111 | 50 | 25 |
| Octal | 146 | 23 | 253 | 50 | 131 | 0 | 41 | 421 | 120 | 45 |
| Binary | 1100110 | 10011 | 10101011 | 101000 | 1011001 | 0 | 100001 | 100010001 | 1010000 | 100101 |
Color Harmonies of #6613AB
Complementary color
Monochromatic Colors of #6613AB
Black with #6613AB
Text Example
Text Example
White with #6613AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6613AB; }
p { color: rgb(102,19,171); }
H1.HeaderClassName
{
color: #6613AB;
}
.AnyTagClassName
{
color: #6613AB;
}
</style>
background-color css
<style>
a { background-color: #6613AB; }
a { background-color: rgb(102,19,171); }
div.DivClassName
{
background-color: #6613AB;
}
.BgClassName
{
background-color: #6613AB;
}
</style>
border-color css
<style>
span { border-color: #6613AB; }
span { border-color: rgb(102,19,171); }
td.TdClassName
{
border-color: #6613AB;
}
.TagClassName
{
border-color: #6613AB;
}
</style>