Shades of Purple Heart #6C0AAE
Tints of Purple Heart #6C0AAE
RGB
CMYK
RGB Variations
Color information
#6C0AAE (or 0x6C0AAE) is known color: Purple Heart. HEX triplet: 6C, 0A and AE. RGB value is (108,10,174). Sum of RGB (Red+Green+Blue) = 108+10+174=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 10 (4.30% from 255 or 3.42% 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 #6C0AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0AAE is #93F551. Grayscale: #393939. Windows color (decimal): -9696594 or 11405932. OLE color: 11405932.
HSL color Cylindrical-coordinate representation of color #6C0AAE: hue angle of 275.85º degrees, saturation: 0.89, 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 #6C0AAE is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 10 | 174 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.32 |
| HSL | 275.85º | 0.89% | 0.36% | - |
| HSV(B) | 275.85º | 0.94% | 0.68% | - |
| XYZ | 13.93 | 6.46 | 40.56 | - |
| YUV | 58 | 193.47 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 10 | 174 | 0.38 | 0.94 | 0 | 0.32 | 275.85 | 0.89 | 0.36 |
| Hex | 6C | A | AE | 26 | 5E | 0 | 20 | 114 | 59 | 24 |
| Octal | 154 | 12 | 256 | 46 | 136 | 0 | 40 | 424 | 131 | 44 |
| Binary | 1101100 | 1010 | 10101110 | 100110 | 1011110 | 0 | 100000 | 100010100 | 1011001 | 100100 |
Color Harmonies of #6C0AAE
Complementary color
Monochromatic Colors of #6C0AAE
Black with #6C0AAE
Text Example
Text Example
White with #6C0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0AAE; }
p { color: rgb(108,10,174); }
H1.HeaderClassName
{
color: #6C0AAE;
}
.AnyTagClassName
{
color: #6C0AAE;
}
</style>
background-color css
<style>
a { background-color: #6C0AAE; }
a { background-color: rgb(108,10,174); }
div.DivClassName
{
background-color: #6C0AAE;
}
.BgClassName
{
background-color: #6C0AAE;
}
</style>
border-color css
<style>
span { border-color: #6C0AAE; }
span { border-color: rgb(108,10,174); }
td.TdClassName
{
border-color: #6C0AAE;
}
.TagClassName
{
border-color: #6C0AAE;
}
</style>