Shades of Purple Heart #6915AB
Tints of Purple Heart #6915AB
RGB
CMYK
RGB Variations
Color information
#6915AB (or 0x6915AB) is known color: Purple Heart. HEX triplet: 69, 15 and AB. RGB value is (105,21,171). Sum of RGB (Red+Green+Blue) = 105+21+171=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #6915AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6915AB is #96EA54. Grayscale: #3E3E3E. Windows color (decimal): -9890389 or 11212137. OLE color: 11212137.
HSL color Cylindrical-coordinate representation of color #6915AB: hue angle of 273.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6915AB is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 21 | 171 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.33 |
| HSL | 273.6º | 0.78% | 0.38% | - |
| HSV(B) | 273.6º | 0.88% | 0.67% | - |
| XYZ | 13.44 | 6.48 | 39.07 | - |
| YUV | 63.22 | 188.83 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 171 | 0.39 | 0.88 | 0 | 0.33 | 273.6 | 0.78 | 0.38 |
| Hex | 69 | 15 | AB | 27 | 58 | 0 | 21 | 112 | 4E | 26 |
| Octal | 151 | 25 | 253 | 47 | 130 | 0 | 41 | 422 | 116 | 46 |
| Binary | 1101001 | 10101 | 10101011 | 100111 | 1011000 | 0 | 100001 | 100010010 | 1001110 | 100110 |
Color Harmonies of #6915AB
Complementary color
Monochromatic Colors of #6915AB
Black with #6915AB
Text Example
Text Example
White with #6915AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6915AB; }
p { color: rgb(105,21,171); }
H1.HeaderClassName
{
color: #6915AB;
}
.AnyTagClassName
{
color: #6915AB;
}
</style>
background-color css
<style>
a { background-color: #6915AB; }
a { background-color: rgb(105,21,171); }
div.DivClassName
{
background-color: #6915AB;
}
.BgClassName
{
background-color: #6915AB;
}
</style>
border-color css
<style>
span { border-color: #6915AB; }
span { border-color: rgb(105,21,171); }
td.TdClassName
{
border-color: #6915AB;
}
.TagClassName
{
border-color: #6915AB;
}
</style>