Shades of Purple Heart #6F07AD
Tints of Purple Heart #6F07AD
RGB
CMYK
RGB Variations
Color information
#6F07AD (or 0x6F07AD) is known color: Purple Heart. HEX triplet: 6F, 07 and AD. RGB value is (111,7,173). Sum of RGB (Red+Green+Blue) = 111+7+173=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F07AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F07AD is #90F852. Grayscale: #383838. Windows color (decimal): -9500755 or 11339631. OLE color: 11339631.
HSL color Cylindrical-coordinate representation of color #6F07AD: hue angle of 277.59º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F07AD is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 7 | 173 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.32 |
| HSL | 277.59º | 0.92% | 0.35% | - |
| HSV(B) | 277.59º | 0.96% | 0.68% | - |
| XYZ | 14.17 | 6.55 | 40.05 | - |
| YUV | 57.02 | 193.46 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 173 | 0.36 | 0.96 | 0 | 0.32 | 277.59 | 0.92 | 0.35 |
| Hex | 6F | 7 | AD | 24 | 60 | 0 | 20 | 116 | 5C | 23 |
| Octal | 157 | 7 | 255 | 44 | 140 | 0 | 40 | 426 | 134 | 43 |
| Binary | 1101111 | 111 | 10101101 | 100100 | 1100000 | 0 | 100000 | 100010110 | 1011100 | 100011 |
Color Harmonies of #6F07AD
Complementary color
Monochromatic Colors of #6F07AD
Black with #6F07AD
Text Example
Text Example
White with #6F07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F07AD; }
p { color: rgb(111,7,173); }
H1.HeaderClassName
{
color: #6F07AD;
}
.AnyTagClassName
{
color: #6F07AD;
}
</style>
background-color css
<style>
a { background-color: #6F07AD; }
a { background-color: rgb(111,7,173); }
div.DivClassName
{
background-color: #6F07AD;
}
.BgClassName
{
background-color: #6F07AD;
}
</style>
border-color css
<style>
span { border-color: #6F07AD; }
span { border-color: rgb(111,7,173); }
td.TdClassName
{
border-color: #6F07AD;
}
.TagClassName
{
border-color: #6F07AD;
}
</style>