Shades of Purple Heart #6A0BAE
Tints of Purple Heart #6A0BAE
RGB
CMYK
RGB Variations
Color information
#6A0BAE (or 0x6A0BAE) is known color: Purple Heart. HEX triplet: 6A, 0B and AE. RGB value is (106,11,174). Sum of RGB (Red+Green+Blue) = 106+11+174=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A0BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0BAE is #95F451. Grayscale: #393939. Windows color (decimal): -9827410 or 11406186. OLE color: 11406186.
HSL color Cylindrical-coordinate representation of color #6A0BAE: hue angle of 274.97º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0BAE is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 11 | 174 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.32 |
| HSL | 274.97º | 0.88% | 0.36% | - |
| HSV(B) | 274.97º | 0.94% | 0.68% | - |
| XYZ | 13.7 | 6.36 | 40.55 | - |
| YUV | 57.99 | 193.47 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 174 | 0.39 | 0.94 | 0 | 0.32 | 274.97 | 0.88 | 0.36 |
| Hex | 6A | B | AE | 27 | 5E | 0 | 20 | 113 | 58 | 24 |
| Octal | 152 | 13 | 256 | 47 | 136 | 0 | 40 | 423 | 130 | 44 |
| Binary | 1101010 | 1011 | 10101110 | 100111 | 1011110 | 0 | 100000 | 100010011 | 1011000 | 100100 |
Color Harmonies of #6A0BAE
Complementary color
Monochromatic Colors of #6A0BAE
Black with #6A0BAE
Text Example
Text Example
White with #6A0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0BAE; }
p { color: rgb(106,11,174); }
H1.HeaderClassName
{
color: #6A0BAE;
}
.AnyTagClassName
{
color: #6A0BAE;
}
</style>
background-color css
<style>
a { background-color: #6A0BAE; }
a { background-color: rgb(106,11,174); }
div.DivClassName
{
background-color: #6A0BAE;
}
.BgClassName
{
background-color: #6A0BAE;
}
</style>
border-color css
<style>
span { border-color: #6A0BAE; }
span { border-color: rgb(106,11,174); }
td.TdClassName
{
border-color: #6A0BAE;
}
.TagClassName
{
border-color: #6A0BAE;
}
</style>