Shades of Purple Heart #6A0CAE
Tints of Purple Heart #6A0CAE
RGB
CMYK
RGB Variations
Color information
#6A0CAE (or 0x6A0CAE) is known color: Purple Heart. HEX triplet: 6A, 0C and AE. RGB value is (106,12,174). Sum of RGB (Red+Green+Blue) = 106+12+174=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0CAE is #95F351. Grayscale: #3A3A3A. Windows color (decimal): -9827154 or 11406442. OLE color: 11406442.
HSL color Cylindrical-coordinate representation of color #6A0CAE: hue angle of 274.81º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0CAE is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 12 | 174 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.32 |
| HSL | 274.81º | 0.87% | 0.36% | - |
| HSV(B) | 274.81º | 0.93% | 0.68% | - |
| XYZ | 13.72 | 6.38 | 40.55 | - |
| YUV | 58.57 | 193.14 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 12 | 174 | 0.39 | 0.93 | 0 | 0.32 | 274.81 | 0.87 | 0.36 |
| Hex | 6A | C | AE | 27 | 5D | 0 | 20 | 113 | 57 | 24 |
| Octal | 152 | 14 | 256 | 47 | 135 | 0 | 40 | 423 | 127 | 44 |
| Binary | 1101010 | 1100 | 10101110 | 100111 | 1011101 | 0 | 100000 | 100010011 | 1010111 | 100100 |
Color Harmonies of #6A0CAE
Complementary color
Monochromatic Colors of #6A0CAE
Black with #6A0CAE
Text Example
Text Example
White with #6A0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0CAE; }
p { color: rgb(106,12,174); }
H1.HeaderClassName
{
color: #6A0CAE;
}
.AnyTagClassName
{
color: #6A0CAE;
}
</style>
background-color css
<style>
a { background-color: #6A0CAE; }
a { background-color: rgb(106,12,174); }
div.DivClassName
{
background-color: #6A0CAE;
}
.BgClassName
{
background-color: #6A0CAE;
}
</style>
border-color css
<style>
span { border-color: #6A0CAE; }
span { border-color: rgb(106,12,174); }
td.TdClassName
{
border-color: #6A0CAE;
}
.TagClassName
{
border-color: #6A0CAE;
}
</style>