Shades of Purple Heart #5A2DCB
Tints of Purple Heart #5A2DCB
RGB
CMYK
RGB Variations
Color information
#5A2DCB (or 0x5A2DCB) is known color: Purple Heart. HEX triplet: 5A, 2D and CB. RGB value is (90,45,203). Sum of RGB (Red+Green+Blue) = 90+45+203=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A2DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DCB is #A5D234. Grayscale: #4B4B4B. Windows color (decimal): -10867253 or 13315418. OLE color: 13315418.
HSL color Cylindrical-coordinate representation of color #5A2DCB: hue angle of 257.09º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A2DCB is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 45 | 203 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.20 |
| HSL | 257.09º | 0.64% | 0.49% | - |
| HSV(B) | 257.09º | 0.78% | 0.8% | - |
| XYZ | 15.93 | 8.36 | 57.27 | - |
| YUV | 76.47 | 199.41 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 203 | 0.56 | 0.78 | 0 | 0.20 | 257.09 | 0.64 | 0.49 |
| Hex | 5A | 2D | CB | 38 | 4E | 0 | 14 | 101 | 40 | 31 |
| Octal | 132 | 55 | 313 | 70 | 116 | 0 | 24 | 401 | 100 | 61 |
| Binary | 1011010 | 101101 | 11001011 | 111000 | 1001110 | 0 | 10100 | 100000001 | 1000000 | 110001 |
Color Harmonies of #5A2DCB
Complementary color
Monochromatic Colors of #5A2DCB
Black with #5A2DCB
Text Example
Text Example
White with #5A2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2DCB; }
p { color: rgb(90,45,203); }
H1.HeaderClassName
{
color: #5A2DCB;
}
.AnyTagClassName
{
color: #5A2DCB;
}
</style>
background-color css
<style>
a { background-color: #5A2DCB; }
a { background-color: rgb(90,45,203); }
div.DivClassName
{
background-color: #5A2DCB;
}
.BgClassName
{
background-color: #5A2DCB;
}
</style>
border-color css
<style>
span { border-color: #5A2DCB; }
span { border-color: rgb(90,45,203); }
td.TdClassName
{
border-color: #5A2DCB;
}
.TagClassName
{
border-color: #5A2DCB;
}
</style>