Shades of Purple Heart #5D32CA
Tints of Purple Heart #5D32CA
RGB
CMYK
RGB Variations
Color information
#5D32CA (or 0x5D32CA) is known color: Purple Heart. HEX triplet: 5D, 32 and CA. RGB value is (93,50,202). Sum of RGB (Red+Green+Blue) = 93+50+202=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D32CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D32CA is #A2CD35. Grayscale: #4F4F4F. Windows color (decimal): -10669366 or 13251165. OLE color: 13251165.
HSL color Cylindrical-coordinate representation of color #5D32CA: hue angle of 256.97º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D32CA is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 50 | 202 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.21 |
| HSL | 256.97º | 0.6% | 0.49% | - |
| HSV(B) | 256.97º | 0.75% | 0.79% | - |
| XYZ | 16.32 | 8.87 | 56.73 | - |
| YUV | 80.19 | 196.75 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 202 | 0.54 | 0.75 | 0 | 0.21 | 256.97 | 0.6 | 0.49 |
| Hex | 5D | 32 | CA | 36 | 4B | 0 | 15 | 101 | 3C | 31 |
| Octal | 135 | 62 | 312 | 66 | 113 | 0 | 25 | 401 | 74 | 61 |
| Binary | 1011101 | 110010 | 11001010 | 110110 | 1001011 | 0 | 10101 | 100000001 | 111100 | 110001 |
Color Harmonies of #5D32CA
Complementary color
Monochromatic Colors of #5D32CA
Black with #5D32CA
Text Example
Text Example
White with #5D32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D32CA; }
p { color: rgb(93,50,202); }
H1.HeaderClassName
{
color: #5D32CA;
}
.AnyTagClassName
{
color: #5D32CA;
}
</style>
background-color css
<style>
a { background-color: #5D32CA; }
a { background-color: rgb(93,50,202); }
div.DivClassName
{
background-color: #5D32CA;
}
.BgClassName
{
background-color: #5D32CA;
}
</style>
border-color css
<style>
span { border-color: #5D32CA; }
span { border-color: rgb(93,50,202); }
td.TdClassName
{
border-color: #5D32CA;
}
.TagClassName
{
border-color: #5D32CA;
}
</style>