Shades of Purple Heart #6F0FB6
Tints of Purple Heart #6F0FB6
RGB
CMYK
RGB Variations
Color information
#6F0FB6 (or 0x6F0FB6) is known color: Purple Heart. HEX triplet: 6F, 0F and B6. RGB value is (111,15,182). Sum of RGB (Red+Green+Blue) = 111+15+182=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F0FB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0FB6 is #90F049. Grayscale: #3E3E3E. Windows color (decimal): -9498698 or 11931503. OLE color: 11931503.
HSL color Cylindrical-coordinate representation of color #6F0FB6: hue angle of 274.49º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0FB6 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 15 | 182 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.29 |
| HSL | 274.49º | 0.85% | 0.39% | - |
| HSV(B) | 274.49º | 0.92% | 0.71% | - |
| XYZ | 15.17 | 7.1 | 44.83 | - |
| YUV | 62.74 | 195.3 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 182 | 0.39 | 0.92 | 0 | 0.29 | 274.49 | 0.85 | 0.39 |
| Hex | 6F | F | B6 | 27 | 5C | 0 | 1D | 112 | 55 | 27 |
| Octal | 157 | 17 | 266 | 47 | 134 | 0 | 35 | 422 | 125 | 47 |
| Binary | 1101111 | 1111 | 10110110 | 100111 | 1011100 | 0 | 11101 | 100010010 | 1010101 | 100111 |
Color Harmonies of #6F0FB6
Complementary color
Monochromatic Colors of #6F0FB6
Black with #6F0FB6
Text Example
Text Example
White with #6F0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0FB6; }
p { color: rgb(111,15,182); }
H1.HeaderClassName
{
color: #6F0FB6;
}
.AnyTagClassName
{
color: #6F0FB6;
}
</style>
background-color css
<style>
a { background-color: #6F0FB6; }
a { background-color: rgb(111,15,182); }
div.DivClassName
{
background-color: #6F0FB6;
}
.BgClassName
{
background-color: #6F0FB6;
}
</style>
border-color css
<style>
span { border-color: #6F0FB6; }
span { border-color: rgb(111,15,182); }
td.TdClassName
{
border-color: #6F0FB6;
}
.TagClassName
{
border-color: #6F0FB6;
}
</style>