Shades of Purple Heart #6911AB
Tints of Purple Heart #6911AB
RGB
CMYK
RGB Variations
Color information
#6911AB (or 0x6911AB) is known color: Purple Heart. HEX triplet: 69, 11 and AB. RGB value is (105,17,171). Sum of RGB (Red+Green+Blue) = 105+17+171=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 17 (7.03% from 255 or 5.80% 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 #6911AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6911AB is #96EE54. Grayscale: #3C3C3C. Windows color (decimal): -9891413 or 11211113. OLE color: 11211113.
HSL color Cylindrical-coordinate representation of color #6911AB: hue angle of 274.29º 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 #6911AB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 17 | 171 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.33 |
| HSL | 274.29º | 0.82% | 0.37% | - |
| HSV(B) | 274.29º | 0.9% | 0.67% | - |
| XYZ | 13.38 | 6.34 | 39.05 | - |
| YUV | 60.87 | 190.15 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 171 | 0.39 | 0.90 | 0 | 0.33 | 274.29 | 0.82 | 0.37 |
| Hex | 69 | 11 | AB | 27 | 5A | 0 | 21 | 112 | 52 | 25 |
| Octal | 151 | 21 | 253 | 47 | 132 | 0 | 41 | 422 | 122 | 45 |
| Binary | 1101001 | 10001 | 10101011 | 100111 | 1011010 | 0 | 100001 | 100010010 | 1010010 | 100101 |
Color Harmonies of #6911AB
Complementary color
Monochromatic Colors of #6911AB
Black with #6911AB
Text Example
Text Example
White with #6911AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6911AB; }
p { color: rgb(105,17,171); }
H1.HeaderClassName
{
color: #6911AB;
}
.AnyTagClassName
{
color: #6911AB;
}
</style>
background-color css
<style>
a { background-color: #6911AB; }
a { background-color: rgb(105,17,171); }
div.DivClassName
{
background-color: #6911AB;
}
.BgClassName
{
background-color: #6911AB;
}
</style>
border-color css
<style>
span { border-color: #6911AB; }
span { border-color: rgb(105,17,171); }
td.TdClassName
{
border-color: #6911AB;
}
.TagClassName
{
border-color: #6911AB;
}
</style>