Shades of Purple Heart #5C1AAF
Tints of Purple Heart #5C1AAF
RGB
CMYK
RGB Variations
Color information
#5C1AAF (or 0x5C1AAF) is known color: Purple Heart. HEX triplet: 5C, 1A and AF. RGB value is (92,26,175). Sum of RGB (Red+Green+Blue) = 92+26+175=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C1AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1AAF is #A3E550. Grayscale: #3E3E3E. Windows color (decimal): -10741073 or 11475548. OLE color: 11475548.
HSL color Cylindrical-coordinate representation of color #5C1AAF: hue angle of 266.58º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C1AAF is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 26 | 175 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.31 |
| HSL | 266.58º | 0.74% | 0.39% | - |
| HSV(B) | 266.58º | 0.85% | 0.69% | - |
| XYZ | 12.52 | 6.11 | 41.08 | - |
| YUV | 62.72 | 191.37 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 26 | 175 | 0.47 | 0.85 | 0 | 0.31 | 266.58 | 0.74 | 0.39 |
| Hex | 5C | 1A | AF | 2F | 55 | 0 | 1F | 10B | 4A | 27 |
| Octal | 134 | 32 | 257 | 57 | 125 | 0 | 37 | 413 | 112 | 47 |
| Binary | 1011100 | 11010 | 10101111 | 101111 | 1010101 | 0 | 11111 | 100001011 | 1001010 | 100111 |
Color Harmonies of #5C1AAF
Complementary color
Monochromatic Colors of #5C1AAF
Black with #5C1AAF
Text Example
Text Example
White with #5C1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1AAF; }
p { color: rgb(92,26,175); }
H1.HeaderClassName
{
color: #5C1AAF;
}
.AnyTagClassName
{
color: #5C1AAF;
}
</style>
background-color css
<style>
a { background-color: #5C1AAF; }
a { background-color: rgb(92,26,175); }
div.DivClassName
{
background-color: #5C1AAF;
}
.BgClassName
{
background-color: #5C1AAF;
}
</style>
border-color css
<style>
span { border-color: #5C1AAF; }
span { border-color: rgb(92,26,175); }
td.TdClassName
{
border-color: #5C1AAF;
}
.TagClassName
{
border-color: #5C1AAF;
}
</style>