Shades of Purple Heart #601AAC
Tints of Purple Heart #601AAC
RGB
CMYK
RGB Variations
Color information
#601AAC (or 0x601AAC) is known color: Purple Heart. HEX triplet: 60, 1A and AC. RGB value is (96,26,172). Sum of RGB (Red+Green+Blue) = 96+26+172=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #601AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601AAC is #9FE553. Grayscale: #3F3F3F. Windows color (decimal): -10478932 or 11278944. OLE color: 11278944.
HSL color Cylindrical-coordinate representation of color #601AAC: hue angle of 268.77º 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 #601AAC is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 26 | 172 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.33 |
| HSL | 268.77º | 0.74% | 0.39% | - |
| HSV(B) | 268.77º | 0.85% | 0.67% | - |
| XYZ | 12.64 | 6.2 | 39.56 | - |
| YUV | 63.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 172 | 0.44 | 0.85 | 0 | 0.33 | 268.77 | 0.74 | 0.39 |
| Hex | 60 | 1A | AC | 2C | 55 | 0 | 21 | 10D | 4A | 27 |
| Octal | 140 | 32 | 254 | 54 | 125 | 0 | 41 | 415 | 112 | 47 |
| Binary | 1100000 | 11010 | 10101100 | 101100 | 1010101 | 0 | 100001 | 100001101 | 1001010 | 100111 |
Color Harmonies of #601AAC
Complementary color
Monochromatic Colors of #601AAC
Black with #601AAC
Text Example
Text Example
White with #601AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601AAC; }
p { color: rgb(96,26,172); }
H1.HeaderClassName
{
color: #601AAC;
}
.AnyTagClassName
{
color: #601AAC;
}
</style>
background-color css
<style>
a { background-color: #601AAC; }
a { background-color: rgb(96,26,172); }
div.DivClassName
{
background-color: #601AAC;
}
.BgClassName
{
background-color: #601AAC;
}
</style>
border-color css
<style>
span { border-color: #601AAC; }
span { border-color: rgb(96,26,172); }
td.TdClassName
{
border-color: #601AAC;
}
.TagClassName
{
border-color: #601AAC;
}
</style>