Shades of Purple Heart #6911AD
Tints of Purple Heart #6911AD
RGB
CMYK
RGB Variations
Color information
#6911AD (or 0x6911AD) is known color: Purple Heart. HEX triplet: 69, 11 and AD. RGB value is (105,17,173). Sum of RGB (Red+Green+Blue) = 105+17+173=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #6911AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6911AD is #96EE52. Grayscale: #3C3C3C. Windows color (decimal): -9891411 or 11342185. OLE color: 11342185.
HSL color Cylindrical-coordinate representation of color #6911AD: hue angle of 273.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6911AD is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 17 | 173 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.32 |
| HSL | 273.85º | 0.82% | 0.37% | - |
| HSV(B) | 273.85º | 0.9% | 0.68% | - |
| XYZ | 13.57 | 6.42 | 40.06 | - |
| YUV | 61.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 173 | 0.39 | 0.90 | 0 | 0.32 | 273.85 | 0.82 | 0.37 |
| Hex | 69 | 11 | AD | 27 | 5A | 0 | 20 | 112 | 52 | 25 |
| Octal | 151 | 21 | 255 | 47 | 132 | 0 | 40 | 422 | 122 | 45 |
| Binary | 1101001 | 10001 | 10101101 | 100111 | 1011010 | 0 | 100000 | 100010010 | 1010010 | 100101 |
Color Harmonies of #6911AD
Complementary color
Monochromatic Colors of #6911AD
Black with #6911AD
Text Example
Text Example
White with #6911AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6911AD; }
p { color: rgb(105,17,173); }
H1.HeaderClassName
{
color: #6911AD;
}
.AnyTagClassName
{
color: #6911AD;
}
</style>
background-color css
<style>
a { background-color: #6911AD; }
a { background-color: rgb(105,17,173); }
div.DivClassName
{
background-color: #6911AD;
}
.BgClassName
{
background-color: #6911AD;
}
</style>
border-color css
<style>
span { border-color: #6911AD; }
span { border-color: rgb(105,17,173); }
td.TdClassName
{
border-color: #6911AD;
}
.TagClassName
{
border-color: #6911AD;
}
</style>