Shades of Purple Heart #6C1AAC
Tints of Purple Heart #6C1AAC
RGB
CMYK
RGB Variations
Color information
#6C1AAC (or 0x6C1AAC) is known color: Purple Heart. HEX triplet: 6C, 1A and AC. RGB value is (108,26,172). Sum of RGB (Red+Green+Blue) = 108+26+172=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C1AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1AAC is #93E553. Grayscale: #424242. Windows color (decimal): -9692500 or 11278956. OLE color: 11278956.
HSL color Cylindrical-coordinate representation of color #6C1AAC: hue angle of 273.7º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1AAC is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 26 | 172 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.33 |
| HSL | 273.7º | 0.74% | 0.39% | - |
| HSV(B) | 273.7º | 0.85% | 0.67% | - |
| XYZ | 14 | 6.91 | 39.62 | - |
| YUV | 67.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 172 | 0.37 | 0.85 | 0 | 0.33 | 273.7 | 0.74 | 0.39 |
| Hex | 6C | 1A | AC | 25 | 55 | 0 | 21 | 112 | 4A | 27 |
| Octal | 154 | 32 | 254 | 45 | 125 | 0 | 41 | 422 | 112 | 47 |
| Binary | 1101100 | 11010 | 10101100 | 100101 | 1010101 | 0 | 100001 | 100010010 | 1001010 | 100111 |
Color Harmonies of #6C1AAC
Complementary color
Monochromatic Colors of #6C1AAC
Black with #6C1AAC
Text Example
Text Example
White with #6C1AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1AAC; }
p { color: rgb(108,26,172); }
H1.HeaderClassName
{
color: #6C1AAC;
}
.AnyTagClassName
{
color: #6C1AAC;
}
</style>
background-color css
<style>
a { background-color: #6C1AAC; }
a { background-color: rgb(108,26,172); }
div.DivClassName
{
background-color: #6C1AAC;
}
.BgClassName
{
background-color: #6C1AAC;
}
</style>
border-color css
<style>
span { border-color: #6C1AAC; }
span { border-color: rgb(108,26,172); }
td.TdClassName
{
border-color: #6C1AAC;
}
.TagClassName
{
border-color: #6C1AAC;
}
</style>