Shades of Purple Heart #6F10AF
Tints of Purple Heart #6F10AF
RGB
CMYK
RGB Variations
Color information
#6F10AF (or 0x6F10AF) is known color: Purple Heart. HEX triplet: 6F, 10 and AF. RGB value is (111,16,175). Sum of RGB (Red+Green+Blue) = 111+16+175=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F10AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F10AF is #90EF50. Grayscale: #3D3D3D. Windows color (decimal): -9498449 or 11473007. OLE color: 11473007.
HSL color Cylindrical-coordinate representation of color #6F10AF: hue angle of 275.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F10AF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 111 | 16 | 175 | - |
| CMYK | 0.37 | 0.91 | 0 | 0.31 |
| HSL | 275.85º | 0.83% | 0.37% | - |
| HSV(B) | 275.85º | 0.91% | 0.69% | - |
| XYZ | 14.48 | 6.85 | 41.12 | - |
| YUV | 62.53 | 191.47 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 175 | 0.37 | 0.91 | 0 | 0.31 | 275.85 | 0.83 | 0.37 |
| Hex | 6F | 10 | AF | 25 | 5B | 0 | 1F | 114 | 53 | 25 |
| Octal | 157 | 20 | 257 | 45 | 133 | 0 | 37 | 424 | 123 | 45 |
| Binary | 1101111 | 10000 | 10101111 | 100101 | 1011011 | 0 | 11111 | 100010100 | 1010011 | 100101 |
Color Harmonies of #6F10AF
Complementary color
Monochromatic Colors of #6F10AF
Black with #6F10AF
Text Example
Text Example
White with #6F10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10AF; }
p { color: rgb(111,16,175); }
H1.HeaderClassName
{
color: #6F10AF;
}
.AnyTagClassName
{
color: #6F10AF;
}
</style>
background-color css
<style>
a { background-color: #6F10AF; }
a { background-color: rgb(111,16,175); }
div.DivClassName
{
background-color: #6F10AF;
}
.BgClassName
{
background-color: #6F10AF;
}
</style>
border-color css
<style>
span { border-color: #6F10AF; }
span { border-color: rgb(111,16,175); }
td.TdClassName
{
border-color: #6F10AF;
}
.TagClassName
{
border-color: #6F10AF;
}
</style>