Shades of Purple Heart #6A0FA6
Tints of Purple Heart #6A0FA6
RGB
CMYK
RGB Variations
Color information
#6A0FA6 (or 0x6A0FA6) is known color: Purple Heart. HEX triplet: 6A, 0F and A6. RGB value is (106,15,166). Sum of RGB (Red+Green+Blue) = 106+15+166=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 166 (65.23% from 255 or 57.84% from 287); Max value from RGB is 166 - color contains mainly: blue. Hex color #6A0FA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0FA6 is #95F059. Grayscale: #3A3A3A. Windows color (decimal): -9826394 or 10882922. OLE color: 10882922.
HSL color Cylindrical-coordinate representation of color #6A0FA6: hue angle of 276.16º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0FA6 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 15 | 166 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.35 |
| HSL | 276.16º | 0.83% | 0.35% | - |
| HSV(B) | 276.16º | 0.91% | 0.65% | - |
| XYZ | 13 | 6.16 | 36.58 | - |
| YUV | 59.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 166 | 0.36 | 0.91 | 0 | 0.35 | 276.16 | 0.83 | 0.35 |
| Hex | 6A | F | A6 | 24 | 5B | 0 | 23 | 114 | 53 | 23 |
| Octal | 152 | 17 | 246 | 44 | 133 | 0 | 43 | 424 | 123 | 43 |
| Binary | 1101010 | 1111 | 10100110 | 100100 | 1011011 | 0 | 100011 | 100010100 | 1010011 | 100011 |
Color Harmonies of #6A0FA6
Complementary color
Monochromatic Colors of #6A0FA6
Black with #6A0FA6
Text Example
Text Example
White with #6A0FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0FA6; }
p { color: rgb(106,15,166); }
H1.HeaderClassName
{
color: #6A0FA6;
}
.AnyTagClassName
{
color: #6A0FA6;
}
</style>
background-color css
<style>
a { background-color: #6A0FA6; }
a { background-color: rgb(106,15,166); }
div.DivClassName
{
background-color: #6A0FA6;
}
.BgClassName
{
background-color: #6A0FA6;
}
</style>
border-color css
<style>
span { border-color: #6A0FA6; }
span { border-color: rgb(106,15,166); }
td.TdClassName
{
border-color: #6A0FA6;
}
.TagClassName
{
border-color: #6A0FA6;
}
</style>