Shades of Purple Heart #6C1EAE
Tints of Purple Heart #6C1EAE
RGB
CMYK
RGB Variations
Color information
#6C1EAE (or 0x6C1EAE) is known color: Purple Heart. HEX triplet: 6C, 1E and AE. RGB value is (108,30,174). Sum of RGB (Red+Green+Blue) = 108+30+174=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C1EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1EAE is #93E151. Grayscale: #454545. Windows color (decimal): -9691474 or 11411052. OLE color: 11411052.
HSL color Cylindrical-coordinate representation of color #6C1EAE: hue angle of 272.5º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C1EAE is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 30 | 174 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.32 |
| HSL | 272.5º | 0.71% | 0.4% | - |
| HSV(B) | 272.5º | 0.83% | 0.68% | - |
| XYZ | 14.29 | 7.17 | 40.68 | - |
| YUV | 69.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 174 | 0.38 | 0.83 | 0 | 0.32 | 272.5 | 0.71 | 0.4 |
| Hex | 6C | 1E | AE | 26 | 53 | 0 | 20 | 110 | 47 | 28 |
| Octal | 154 | 36 | 256 | 46 | 123 | 0 | 40 | 420 | 107 | 50 |
| Binary | 1101100 | 11110 | 10101110 | 100110 | 1010011 | 0 | 100000 | 100010000 | 1000111 | 101000 |
Color Harmonies of #6C1EAE
Complementary color
Monochromatic Colors of #6C1EAE
Black with #6C1EAE
Text Example
Text Example
White with #6C1EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1EAE; }
p { color: rgb(108,30,174); }
H1.HeaderClassName
{
color: #6C1EAE;
}
.AnyTagClassName
{
color: #6C1EAE;
}
</style>
background-color css
<style>
a { background-color: #6C1EAE; }
a { background-color: rgb(108,30,174); }
div.DivClassName
{
background-color: #6C1EAE;
}
.BgClassName
{
background-color: #6C1EAE;
}
</style>
border-color css
<style>
span { border-color: #6C1EAE; }
span { border-color: rgb(108,30,174); }
td.TdClassName
{
border-color: #6C1EAE;
}
.TagClassName
{
border-color: #6C1EAE;
}
</style>