Shades of Purple Heart #6311AB
Tints of Purple Heart #6311AB
RGB
CMYK
RGB Variations
Color information
#6311AB (or 0x6311AB) is known color: Purple Heart. HEX triplet: 63, 11 and AB. RGB value is (99,17,171). Sum of RGB (Red+Green+Blue) = 99+17+171=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #6311AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6311AB is #9CEE54. Grayscale: #3A3A3A. Windows color (decimal): -10284629 or 11211107. OLE color: 11211107.
HSL color Cylindrical-coordinate representation of color #6311AB: hue angle of 271.95º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6311AB is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 17 | 171 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.33 |
| HSL | 271.95º | 0.82% | 0.37% | - |
| HSV(B) | 271.95º | 0.9% | 0.67% | - |
| XYZ | 12.7 | 5.99 | 39.02 | - |
| YUV | 59.07 | 191.17 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 171 | 0.42 | 0.90 | 0 | 0.33 | 271.95 | 0.82 | 0.37 |
| Hex | 63 | 11 | AB | 2A | 5A | 0 | 21 | 110 | 52 | 25 |
| Octal | 143 | 21 | 253 | 52 | 132 | 0 | 41 | 420 | 122 | 45 |
| Binary | 1100011 | 10001 | 10101011 | 101010 | 1011010 | 0 | 100001 | 100010000 | 1010010 | 100101 |
Color Harmonies of #6311AB
Complementary color
Monochromatic Colors of #6311AB
Black with #6311AB
Text Example
Text Example
White with #6311AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6311AB; }
p { color: rgb(99,17,171); }
H1.HeaderClassName
{
color: #6311AB;
}
.AnyTagClassName
{
color: #6311AB;
}
</style>
background-color css
<style>
a { background-color: #6311AB; }
a { background-color: rgb(99,17,171); }
div.DivClassName
{
background-color: #6311AB;
}
.BgClassName
{
background-color: #6311AB;
}
</style>
border-color css
<style>
span { border-color: #6311AB; }
span { border-color: rgb(99,17,171); }
td.TdClassName
{
border-color: #6311AB;
}
.TagClassName
{
border-color: #6311AB;
}
</style>