Shades of Purple Heart #6F08AA
Tints of Purple Heart #6F08AA
RGB
CMYK
RGB Variations
Color information
#6F08AA (or 0x6F08AA) is known color: Purple Heart. HEX triplet: 6F, 08 and AA. RGB value is (111,8,170). Sum of RGB (Red+Green+Blue) = 111+8+170=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F08AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F08AA is #90F755. Grayscale: #383838. Windows color (decimal): -9500502 or 11143279. OLE color: 11143279.
HSL color Cylindrical-coordinate representation of color #6F08AA: hue angle of 278.15º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F08AA is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 8 | 170 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.33 |
| HSL | 278.15º | 0.91% | 0.35% | - |
| HSV(B) | 278.15º | 0.95% | 0.67% | - |
| XYZ | 13.9 | 6.46 | 38.54 | - |
| YUV | 57.27 | 191.62 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 170 | 0.35 | 0.95 | 0 | 0.33 | 278.15 | 0.91 | 0.35 |
| Hex | 6F | 8 | AA | 23 | 5F | 0 | 21 | 116 | 5B | 23 |
| Octal | 157 | 10 | 252 | 43 | 137 | 0 | 41 | 426 | 133 | 43 |
| Binary | 1101111 | 1000 | 10101010 | 100011 | 1011111 | 0 | 100001 | 100010110 | 1011011 | 100011 |
Color Harmonies of #6F08AA
Complementary color
Monochromatic Colors of #6F08AA
Black with #6F08AA
Text Example
Text Example
White with #6F08AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F08AA; }
p { color: rgb(111,8,170); }
H1.HeaderClassName
{
color: #6F08AA;
}
.AnyTagClassName
{
color: #6F08AA;
}
</style>
background-color css
<style>
a { background-color: #6F08AA; }
a { background-color: rgb(111,8,170); }
div.DivClassName
{
background-color: #6F08AA;
}
.BgClassName
{
background-color: #6F08AA;
}
</style>
border-color css
<style>
span { border-color: #6F08AA; }
span { border-color: rgb(111,8,170); }
td.TdClassName
{
border-color: #6F08AA;
}
.TagClassName
{
border-color: #6F08AA;
}
</style>