Shades of Purple Heart #6F07AA
Tints of Purple Heart #6F07AA
RGB
CMYK
RGB Variations
Color information
#6F07AA (or 0x6F07AA) is known color: Purple Heart. HEX triplet: 6F, 07 and AA. RGB value is (111,7,170). Sum of RGB (Red+Green+Blue) = 111+7+170=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F07AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F07AA is #90F855. Grayscale: #383838. Windows color (decimal): -9500758 or 11143023. OLE color: 11143023.
HSL color Cylindrical-coordinate representation of color #6F07AA: hue angle of 278.28º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F07AA is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 7 | 170 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.33 |
| HSL | 278.28º | 0.92% | 0.35% | - |
| HSV(B) | 278.28º | 0.96% | 0.67% | - |
| XYZ | 13.89 | 6.43 | 38.54 | - |
| YUV | 56.68 | 191.96 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 170 | 0.35 | 0.96 | 0 | 0.33 | 278.28 | 0.92 | 0.35 |
| Hex | 6F | 7 | AA | 23 | 60 | 0 | 21 | 116 | 5C | 23 |
| Octal | 157 | 7 | 252 | 43 | 140 | 0 | 41 | 426 | 134 | 43 |
| Binary | 1101111 | 111 | 10101010 | 100011 | 1100000 | 0 | 100001 | 100010110 | 1011100 | 100011 |
Color Harmonies of #6F07AA
Complementary color
Monochromatic Colors of #6F07AA
Black with #6F07AA
Text Example
Text Example
White with #6F07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F07AA; }
p { color: rgb(111,7,170); }
H1.HeaderClassName
{
color: #6F07AA;
}
.AnyTagClassName
{
color: #6F07AA;
}
</style>
background-color css
<style>
a { background-color: #6F07AA; }
a { background-color: rgb(111,7,170); }
div.DivClassName
{
background-color: #6F07AA;
}
.BgClassName
{
background-color: #6F07AA;
}
</style>
border-color css
<style>
span { border-color: #6F07AA; }
span { border-color: rgb(111,7,170); }
td.TdClassName
{
border-color: #6F07AA;
}
.TagClassName
{
border-color: #6F07AA;
}
</style>