Shades of Purple Heart #6F0BAF
Tints of Purple Heart #6F0BAF
RGB
CMYK
RGB Variations
Color information
#6F0BAF (or 0x6F0BAF) is known color: Purple Heart. HEX triplet: 6F, 0B and AF. RGB value is (111,11,175). Sum of RGB (Red+Green+Blue) = 111+11+175=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F0BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0BAF is #90F450. Grayscale: #3B3B3B. Windows color (decimal): -9499729 or 11471727. OLE color: 11471727.
HSL color Cylindrical-coordinate representation of color #6F0BAF: hue angle of 276.59º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0BAF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 11 | 175 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.31 |
| HSL | 276.59º | 0.88% | 0.36% | - |
| HSV(B) | 276.59º | 0.94% | 0.69% | - |
| XYZ | 14.41 | 6.71 | 41.09 | - |
| YUV | 59.6 | 193.13 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 175 | 0.37 | 0.94 | 0 | 0.31 | 276.59 | 0.88 | 0.36 |
| Hex | 6F | B | AF | 25 | 5E | 0 | 1F | 115 | 58 | 24 |
| Octal | 157 | 13 | 257 | 45 | 136 | 0 | 37 | 425 | 130 | 44 |
| Binary | 1101111 | 1011 | 10101111 | 100101 | 1011110 | 0 | 11111 | 100010101 | 1011000 | 100100 |
Color Harmonies of #6F0BAF
Complementary color
Monochromatic Colors of #6F0BAF
Black with #6F0BAF
Text Example
Text Example
White with #6F0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0BAF; }
p { color: rgb(111,11,175); }
H1.HeaderClassName
{
color: #6F0BAF;
}
.AnyTagClassName
{
color: #6F0BAF;
}
</style>
background-color css
<style>
a { background-color: #6F0BAF; }
a { background-color: rgb(111,11,175); }
div.DivClassName
{
background-color: #6F0BAF;
}
.BgClassName
{
background-color: #6F0BAF;
}
</style>
border-color css
<style>
span { border-color: #6F0BAF; }
span { border-color: rgb(111,11,175); }
td.TdClassName
{
border-color: #6F0BAF;
}
.TagClassName
{
border-color: #6F0BAF;
}
</style>