Shades of Purple Heart #6C1AAB
Tints of Purple Heart #6C1AAB
RGB
CMYK
RGB Variations
Color information
#6C1AAB (or 0x6C1AAB) is known color: Purple Heart. HEX triplet: 6C, 1A and AB. RGB value is (108,26,171). Sum of RGB (Red+Green+Blue) = 108+26+171=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1AAB is #93E554. Grayscale: #424242. Windows color (decimal): -9692501 or 11213420. OLE color: 11213420.
HSL color Cylindrical-coordinate representation of color #6C1AAB: hue angle of 273.93º 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 #6C1AAB is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 26 | 171 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.33 |
| HSL | 273.93º | 0.74% | 0.39% | - |
| HSV(B) | 273.93º | 0.85% | 0.67% | - |
| XYZ | 13.9 | 6.87 | 39.12 | - |
| YUV | 67.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 26 | 171 | 0.37 | 0.85 | 0 | 0.33 | 273.93 | 0.74 | 0.39 |
| Hex | 6C | 1A | AB | 25 | 55 | 0 | 21 | 112 | 4A | 27 |
| Octal | 154 | 32 | 253 | 45 | 125 | 0 | 41 | 422 | 112 | 47 |
| Binary | 1101100 | 11010 | 10101011 | 100101 | 1010101 | 0 | 100001 | 100010010 | 1001010 | 100111 |
Color Harmonies of #6C1AAB
Complementary color
Monochromatic Colors of #6C1AAB
Black with #6C1AAB
Text Example
Text Example
White with #6C1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1AAB; }
p { color: rgb(108,26,171); }
H1.HeaderClassName
{
color: #6C1AAB;
}
.AnyTagClassName
{
color: #6C1AAB;
}
</style>
background-color css
<style>
a { background-color: #6C1AAB; }
a { background-color: rgb(108,26,171); }
div.DivClassName
{
background-color: #6C1AAB;
}
.BgClassName
{
background-color: #6C1AAB;
}
</style>
border-color css
<style>
span { border-color: #6C1AAB; }
span { border-color: rgb(108,26,171); }
td.TdClassName
{
border-color: #6C1AAB;
}
.TagClassName
{
border-color: #6C1AAB;
}
</style>