Shades of Purple Heart #5C2AB5
Tints of Purple Heart #5C2AB5
RGB
CMYK
RGB Variations
Color information
#5C2AB5 (or 0x5C2AB5) is known color: Purple Heart. HEX triplet: 5C, 2A and B5. RGB value is (92,42,181). Sum of RGB (Red+Green+Blue) = 92+42+181=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #5C2AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2AB5 is #A3D54A. Grayscale: #484848. Windows color (decimal): -10736971 or 11872860. OLE color: 11872860.
HSL color Cylindrical-coordinate representation of color #5C2AB5: hue angle of 261.58º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C2AB5 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 42 | 181 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.29 |
| HSL | 261.58º | 0.62% | 0.44% | - |
| HSV(B) | 261.58º | 0.77% | 0.71% | - |
| XYZ | 13.58 | 7.27 | 44.4 | - |
| YUV | 72.8 | 189.07 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 181 | 0.49 | 0.77 | 0 | 0.29 | 261.58 | 0.62 | 0.44 |
| Hex | 5C | 2A | B5 | 31 | 4D | 0 | 1D | 106 | 3E | 2C |
| Octal | 134 | 52 | 265 | 61 | 115 | 0 | 35 | 406 | 76 | 54 |
| Binary | 1011100 | 101010 | 10110101 | 110001 | 1001101 | 0 | 11101 | 100000110 | 111110 | 101100 |
Color Harmonies of #5C2AB5
Complementary color
Monochromatic Colors of #5C2AB5
Black with #5C2AB5
Text Example
Text Example
White with #5C2AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2AB5; }
p { color: rgb(92,42,181); }
H1.HeaderClassName
{
color: #5C2AB5;
}
.AnyTagClassName
{
color: #5C2AB5;
}
</style>
background-color css
<style>
a { background-color: #5C2AB5; }
a { background-color: rgb(92,42,181); }
div.DivClassName
{
background-color: #5C2AB5;
}
.BgClassName
{
background-color: #5C2AB5;
}
</style>
border-color css
<style>
span { border-color: #5C2AB5; }
span { border-color: rgb(92,42,181); }
td.TdClassName
{
border-color: #5C2AB5;
}
.TagClassName
{
border-color: #5C2AB5;
}
</style>