Shades of Purple Heart #6F0FAD
Tints of Purple Heart #6F0FAD
RGB
CMYK
RGB Variations
Color information
#6F0FAD (or 0x6F0FAD) is known color: Purple Heart. HEX triplet: 6F, 0F and AD. RGB value is (111,15,173). Sum of RGB (Red+Green+Blue) = 111+15+173=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F0FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0FAD is #90F052. Grayscale: #3D3D3D. Windows color (decimal): -9498707 or 11341679. OLE color: 11341679.
HSL color Cylindrical-coordinate representation of color #6F0FAD: hue angle of 276.46º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0FAD is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 111 | 15 | 173 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.32 |
| HSL | 276.46º | 0.84% | 0.37% | - |
| HSV(B) | 276.46º | 0.91% | 0.68% | - |
| XYZ | 14.27 | 6.74 | 40.08 | - |
| YUV | 61.72 | 190.8 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 173 | 0.36 | 0.91 | 0 | 0.32 | 276.46 | 0.84 | 0.37 |
| Hex | 6F | F | AD | 24 | 5B | 0 | 20 | 114 | 54 | 25 |
| Octal | 157 | 17 | 255 | 44 | 133 | 0 | 40 | 424 | 124 | 45 |
| Binary | 1101111 | 1111 | 10101101 | 100100 | 1011011 | 0 | 100000 | 100010100 | 1010100 | 100101 |
Color Harmonies of #6F0FAD
Complementary color
Monochromatic Colors of #6F0FAD
Black with #6F0FAD
Text Example
Text Example
White with #6F0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0FAD; }
p { color: rgb(111,15,173); }
H1.HeaderClassName
{
color: #6F0FAD;
}
.AnyTagClassName
{
color: #6F0FAD;
}
</style>
background-color css
<style>
a { background-color: #6F0FAD; }
a { background-color: rgb(111,15,173); }
div.DivClassName
{
background-color: #6F0FAD;
}
.BgClassName
{
background-color: #6F0FAD;
}
</style>
border-color css
<style>
span { border-color: #6F0FAD; }
span { border-color: rgb(111,15,173); }
td.TdClassName
{
border-color: #6F0FAD;
}
.TagClassName
{
border-color: #6F0FAD;
}
</style>