Shades of Purple Heart #5B2CCA
Tints of Purple Heart #5B2CCA
RGB
CMYK
RGB Variations
Color information
#5B2CCA (or 0x5B2CCA) is known color: Purple Heart. HEX triplet: 5B, 2C and CA. RGB value is (91,44,202). Sum of RGB (Red+Green+Blue) = 91+44+202=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B2CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2CCA is #A4D335. Grayscale: #4B4B4B. Windows color (decimal): -10801974 or 13249627. OLE color: 13249627.
HSL color Cylindrical-coordinate representation of color #5B2CCA: hue angle of 257.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B2CCA is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 44 | 202 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.21 |
| HSL | 257.85º | 0.64% | 0.48% | - |
| HSV(B) | 257.85º | 0.78% | 0.79% | - |
| XYZ | 15.88 | 8.29 | 56.64 | - |
| YUV | 76.07 | 199.07 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 202 | 0.55 | 0.78 | 0 | 0.21 | 257.85 | 0.64 | 0.48 |
| Hex | 5B | 2C | CA | 37 | 4E | 0 | 15 | 102 | 40 | 30 |
| Octal | 133 | 54 | 312 | 67 | 116 | 0 | 25 | 402 | 100 | 60 |
| Binary | 1011011 | 101100 | 11001010 | 110111 | 1001110 | 0 | 10101 | 100000010 | 1000000 | 110000 |
Color Harmonies of #5B2CCA
Complementary color
Monochromatic Colors of #5B2CCA
Black with #5B2CCA
Text Example
Text Example
White with #5B2CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2CCA; }
p { color: rgb(91,44,202); }
H1.HeaderClassName
{
color: #5B2CCA;
}
.AnyTagClassName
{
color: #5B2CCA;
}
</style>
background-color css
<style>
a { background-color: #5B2CCA; }
a { background-color: rgb(91,44,202); }
div.DivClassName
{
background-color: #5B2CCA;
}
.BgClassName
{
background-color: #5B2CCA;
}
</style>
border-color css
<style>
span { border-color: #5B2CCA; }
span { border-color: rgb(91,44,202); }
td.TdClassName
{
border-color: #5B2CCA;
}
.TagClassName
{
border-color: #5B2CCA;
}
</style>