Shades of Purple Heart #6F1AAA
Tints of Purple Heart #6F1AAA
RGB
CMYK
RGB Variations
Color information
#6F1AAA (or 0x6F1AAA) is known color: Purple Heart. HEX triplet: 6F, 1A and AA. RGB value is (111,26,170). Sum of RGB (Red+Green+Blue) = 111+26+170=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1AAA is #90E555. Grayscale: #434343. Windows color (decimal): -9495894 or 11147887. OLE color: 11147887.
HSL color Cylindrical-coordinate representation of color #6F1AAA: hue angle of 275.42º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1AAA is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 26 | 170 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.33 |
| HSL | 275.42º | 0.73% | 0.38% | - |
| HSV(B) | 275.42º | 0.85% | 0.67% | - |
| XYZ | 14.18 | 7.02 | 38.64 | - |
| YUV | 67.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 170 | 0.35 | 0.85 | 0 | 0.33 | 275.42 | 0.73 | 0.38 |
| Hex | 6F | 1A | AA | 23 | 55 | 0 | 21 | 113 | 49 | 26 |
| Octal | 157 | 32 | 252 | 43 | 125 | 0 | 41 | 423 | 111 | 46 |
| Binary | 1101111 | 11010 | 10101010 | 100011 | 1010101 | 0 | 100001 | 100010011 | 1001001 | 100110 |
Color Harmonies of #6F1AAA
Complementary color
Monochromatic Colors of #6F1AAA
Black with #6F1AAA
Text Example
Text Example
White with #6F1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1AAA; }
p { color: rgb(111,26,170); }
H1.HeaderClassName
{
color: #6F1AAA;
}
.AnyTagClassName
{
color: #6F1AAA;
}
</style>
background-color css
<style>
a { background-color: #6F1AAA; }
a { background-color: rgb(111,26,170); }
div.DivClassName
{
background-color: #6F1AAA;
}
.BgClassName
{
background-color: #6F1AAA;
}
</style>
border-color css
<style>
span { border-color: #6F1AAA; }
span { border-color: rgb(111,26,170); }
td.TdClassName
{
border-color: #6F1AAA;
}
.TagClassName
{
border-color: #6F1AAA;
}
</style>