Shades of Purple Heart #6F1AAB
Tints of Purple Heart #6F1AAB
RGB
CMYK
RGB Variations
Color information
#6F1AAB (or 0x6F1AAB) is known color: Purple Heart. HEX triplet: 6F, 1A and AB. RGB value is (111,26,171). Sum of RGB (Red+Green+Blue) = 111+26+171=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1AAB is #90E554. Grayscale: #434343. Windows color (decimal): -9495893 or 11213423. OLE color: 11213423.
HSL color Cylindrical-coordinate representation of color #6F1AAB: hue angle of 275.17º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1AAB is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 26 | 171 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.33 |
| HSL | 275.17º | 0.74% | 0.39% | - |
| HSV(B) | 275.17º | 0.85% | 0.67% | - |
| XYZ | 14.28 | 7.06 | 39.14 | - |
| YUV | 67.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 171 | 0.35 | 0.85 | 0 | 0.33 | 275.17 | 0.74 | 0.39 |
| Hex | 6F | 1A | AB | 23 | 55 | 0 | 21 | 113 | 4A | 27 |
| Octal | 157 | 32 | 253 | 43 | 125 | 0 | 41 | 423 | 112 | 47 |
| Binary | 1101111 | 11010 | 10101011 | 100011 | 1010101 | 0 | 100001 | 100010011 | 1001010 | 100111 |
Color Harmonies of #6F1AAB
Complementary color
Monochromatic Colors of #6F1AAB
Black with #6F1AAB
Text Example
Text Example
White with #6F1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1AAB; }
p { color: rgb(111,26,171); }
H1.HeaderClassName
{
color: #6F1AAB;
}
.AnyTagClassName
{
color: #6F1AAB;
}
</style>
background-color css
<style>
a { background-color: #6F1AAB; }
a { background-color: rgb(111,26,171); }
div.DivClassName
{
background-color: #6F1AAB;
}
.BgClassName
{
background-color: #6F1AAB;
}
</style>
border-color css
<style>
span { border-color: #6F1AAB; }
span { border-color: rgb(111,26,171); }
td.TdClassName
{
border-color: #6F1AAB;
}
.TagClassName
{
border-color: #6F1AAB;
}
</style>