Shades of Purple Heart #6F06AF
Tints of Purple Heart #6F06AF
RGB
CMYK
RGB Variations
Color information
#6F06AF (or 0x6F06AF) is known color: Purple Heart. HEX triplet: 6F, 06 and AF. RGB value is (111,6,175). Sum of RGB (Red+Green+Blue) = 111+6+175=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F06AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F06AF is #90F950. Grayscale: #383838. Windows color (decimal): -9501009 or 11470447. OLE color: 11470447.
HSL color Cylindrical-coordinate representation of color #6F06AF: hue angle of 277.28º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F06AF is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 6 | 175 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.31 |
| HSL | 277.28º | 0.93% | 0.35% | - |
| HSV(B) | 277.28º | 0.97% | 0.69% | - |
| XYZ | 14.36 | 6.6 | 41.08 | - |
| YUV | 56.66 | 194.79 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 175 | 0.37 | 0.97 | 0 | 0.31 | 277.28 | 0.93 | 0.35 |
| Hex | 6F | 6 | AF | 25 | 61 | 0 | 1F | 115 | 5D | 23 |
| Octal | 157 | 6 | 257 | 45 | 141 | 0 | 37 | 425 | 135 | 43 |
| Binary | 1101111 | 110 | 10101111 | 100101 | 1100001 | 0 | 11111 | 100010101 | 1011101 | 100011 |
Color Harmonies of #6F06AF
Complementary color
Monochromatic Colors of #6F06AF
Black with #6F06AF
Text Example
Text Example
White with #6F06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F06AF; }
p { color: rgb(111,6,175); }
H1.HeaderClassName
{
color: #6F06AF;
}
.AnyTagClassName
{
color: #6F06AF;
}
</style>
background-color css
<style>
a { background-color: #6F06AF; }
a { background-color: rgb(111,6,175); }
div.DivClassName
{
background-color: #6F06AF;
}
.BgClassName
{
background-color: #6F06AF;
}
</style>
border-color css
<style>
span { border-color: #6F06AF; }
span { border-color: rgb(111,6,175); }
td.TdClassName
{
border-color: #6F06AF;
}
.TagClassName
{
border-color: #6F06AF;
}
</style>