Shades of Purple Heart #6A0FB6
Tints of Purple Heart #6A0FB6
RGB
CMYK
RGB Variations
Color information
#6A0FB6 (or 0x6A0FB6) is known color: Purple Heart. HEX triplet: 6A, 0F and B6. RGB value is (106,15,182). Sum of RGB (Red+Green+Blue) = 106+15+182=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A0FB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0FB6 is #95F049. Grayscale: #3C3C3C. Windows color (decimal): -9826378 or 11931498. OLE color: 11931498.
HSL color Cylindrical-coordinate representation of color #6A0FB6: hue angle of 272.69º 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 #6A0FB6 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 15 | 182 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.29 |
| HSL | 272.69º | 0.85% | 0.39% | - |
| HSV(B) | 272.69º | 0.92% | 0.71% | - |
| XYZ | 14.56 | 6.78 | 44.8 | - |
| YUV | 61.25 | 196.15 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 182 | 0.42 | 0.92 | 0 | 0.29 | 272.69 | 0.85 | 0.39 |
| Hex | 6A | F | B6 | 2A | 5C | 0 | 1D | 111 | 55 | 27 |
| Octal | 152 | 17 | 266 | 52 | 134 | 0 | 35 | 421 | 125 | 47 |
| Binary | 1101010 | 1111 | 10110110 | 101010 | 1011100 | 0 | 11101 | 100010001 | 1010101 | 100111 |
Color Harmonies of #6A0FB6
Complementary color
Monochromatic Colors of #6A0FB6
Black with #6A0FB6
Text Example
Text Example
White with #6A0FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0FB6; }
p { color: rgb(106,15,182); }
H1.HeaderClassName
{
color: #6A0FB6;
}
.AnyTagClassName
{
color: #6A0FB6;
}
</style>
background-color css
<style>
a { background-color: #6A0FB6; }
a { background-color: rgb(106,15,182); }
div.DivClassName
{
background-color: #6A0FB6;
}
.BgClassName
{
background-color: #6A0FB6;
}
</style>
border-color css
<style>
span { border-color: #6A0FB6; }
span { border-color: rgb(106,15,182); }
td.TdClassName
{
border-color: #6A0FB6;
}
.TagClassName
{
border-color: #6A0FB6;
}
</style>