Shades of Purple Heart #6F0AAC
Tints of Purple Heart #6F0AAC
RGB
CMYK
RGB Variations
Color information
#6F0AAC (or 0x6F0AAC) is known color: Purple Heart. HEX triplet: 6F, 0A and AC. RGB value is (111,10,172). Sum of RGB (Red+Green+Blue) = 111+10+172=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0AAC is #90F553. Grayscale: #3A3A3A. Windows color (decimal): -9499988 or 11274863. OLE color: 11274863.
HSL color Cylindrical-coordinate representation of color #6F0AAC: hue angle of 277.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0AAC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 10 | 172 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.33 |
| HSL | 277.41º | 0.89% | 0.36% | - |
| HSV(B) | 277.41º | 0.94% | 0.67% | - |
| XYZ | 14.11 | 6.58 | 39.56 | - |
| YUV | 58.67 | 191.96 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 172 | 0.35 | 0.94 | 0 | 0.33 | 277.41 | 0.89 | 0.36 |
| Hex | 6F | A | AC | 23 | 5E | 0 | 21 | 115 | 59 | 24 |
| Octal | 157 | 12 | 254 | 43 | 136 | 0 | 41 | 425 | 131 | 44 |
| Binary | 1101111 | 1010 | 10101100 | 100011 | 1011110 | 0 | 100001 | 100010101 | 1011001 | 100100 |
Color Harmonies of #6F0AAC
Complementary color
Monochromatic Colors of #6F0AAC
Black with #6F0AAC
Text Example
Text Example
White with #6F0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0AAC; }
p { color: rgb(111,10,172); }
H1.HeaderClassName
{
color: #6F0AAC;
}
.AnyTagClassName
{
color: #6F0AAC;
}
</style>
background-color css
<style>
a { background-color: #6F0AAC; }
a { background-color: rgb(111,10,172); }
div.DivClassName
{
background-color: #6F0AAC;
}
.BgClassName
{
background-color: #6F0AAC;
}
</style>
border-color css
<style>
span { border-color: #6F0AAC; }
span { border-color: rgb(111,10,172); }
td.TdClassName
{
border-color: #6F0AAC;
}
.TagClassName
{
border-color: #6F0AAC;
}
</style>