Shades of Purple Heart #5C2ABB
Tints of Purple Heart #5C2ABB
RGB
CMYK
RGB Variations
Color information
#5C2ABB (or 0x5C2ABB) is known color: Purple Heart. HEX triplet: 5C, 2A and BB. RGB value is (92,42,187). Sum of RGB (Red+Green+Blue) = 92+42+187=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C2ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2ABB is #A3D544. Grayscale: #484848. Windows color (decimal): -10736965 or 12266076. OLE color: 12266076.
HSL color Cylindrical-coordinate representation of color #5C2ABB: hue angle of 260.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2ABB is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 42 | 187 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.27 |
| HSL | 260.69º | 0.63% | 0.45% | - |
| HSV(B) | 260.69º | 0.78% | 0.73% | - |
| XYZ | 14.21 | 7.52 | 47.72 | - |
| YUV | 73.48 | 192.07 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 187 | 0.51 | 0.78 | 0 | 0.27 | 260.69 | 0.63 | 0.45 |
| Hex | 5C | 2A | BB | 33 | 4E | 0 | 1B | 105 | 3F | 2D |
| Octal | 134 | 52 | 273 | 63 | 116 | 0 | 33 | 405 | 77 | 55 |
| Binary | 1011100 | 101010 | 10111011 | 110011 | 1001110 | 0 | 11011 | 100000101 | 111111 | 101101 |
Color Harmonies of #5C2ABB
Complementary color
Monochromatic Colors of #5C2ABB
Black with #5C2ABB
Text Example
Text Example
White with #5C2ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2ABB; }
p { color: rgb(92,42,187); }
H1.HeaderClassName
{
color: #5C2ABB;
}
.AnyTagClassName
{
color: #5C2ABB;
}
</style>
background-color css
<style>
a { background-color: #5C2ABB; }
a { background-color: rgb(92,42,187); }
div.DivClassName
{
background-color: #5C2ABB;
}
.BgClassName
{
background-color: #5C2ABB;
}
</style>
border-color css
<style>
span { border-color: #5C2ABB; }
span { border-color: rgb(92,42,187); }
td.TdClassName
{
border-color: #5C2ABB;
}
.TagClassName
{
border-color: #5C2ABB;
}
</style>