Shades of Purple Heart #6F0DAA
Tints of Purple Heart #6F0DAA
RGB
CMYK
RGB Variations
Color information
#6F0DAA (or 0x6F0DAA) is known color: Purple Heart. HEX triplet: 6F, 0D and AA. RGB value is (111,13,170). Sum of RGB (Red+Green+Blue) = 111+13+170=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F0DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0DAA is #90F255. Grayscale: #3B3B3B. Windows color (decimal): -9499222 or 11144559. OLE color: 11144559.
HSL color Cylindrical-coordinate representation of color #6F0DAA: hue angle of 277.45º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0DAA is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 13 | 170 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.33 |
| HSL | 277.45º | 0.86% | 0.36% | - |
| HSV(B) | 277.45º | 0.92% | 0.67% | - |
| XYZ | 13.96 | 6.57 | 38.56 | - |
| YUV | 60.2 | 189.97 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 170 | 0.35 | 0.92 | 0 | 0.33 | 277.45 | 0.86 | 0.36 |
| Hex | 6F | D | AA | 23 | 5C | 0 | 21 | 115 | 56 | 24 |
| Octal | 157 | 15 | 252 | 43 | 134 | 0 | 41 | 425 | 126 | 44 |
| Binary | 1101111 | 1101 | 10101010 | 100011 | 1011100 | 0 | 100001 | 100010101 | 1010110 | 100100 |
Color Harmonies of #6F0DAA
Complementary color
Monochromatic Colors of #6F0DAA
Black with #6F0DAA
Text Example
Text Example
White with #6F0DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0DAA; }
p { color: rgb(111,13,170); }
H1.HeaderClassName
{
color: #6F0DAA;
}
.AnyTagClassName
{
color: #6F0DAA;
}
</style>
background-color css
<style>
a { background-color: #6F0DAA; }
a { background-color: rgb(111,13,170); }
div.DivClassName
{
background-color: #6F0DAA;
}
.BgClassName
{
background-color: #6F0DAA;
}
</style>
border-color css
<style>
span { border-color: #6F0DAA; }
span { border-color: rgb(111,13,170); }
td.TdClassName
{
border-color: #6F0DAA;
}
.TagClassName
{
border-color: #6F0DAA;
}
</style>