Shades of Purple Heart #5D40CA
Tints of Purple Heart #5D40CA
RGB
CMYK
RGB Variations
Color information
#5D40CA (or 0x5D40CA) is known color: Purple Heart. HEX triplet: 5D, 40 and CA. RGB value is (93,64,202). Sum of RGB (Red+Green+Blue) = 93+64+202=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D40CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D40CA is #A2BF35. Grayscale: #575757. Windows color (decimal): -10665782 or 13254749. OLE color: 13254749.
HSL color Cylindrical-coordinate representation of color #5D40CA: hue angle of 252.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D40CA is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 64 | 202 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.21 |
| HSL | 252.61º | 0.57% | 0.52% | - |
| HSV(B) | 252.61º | 0.68% | 0.79% | - |
| XYZ | 17.01 | 10.26 | 56.96 | - |
| YUV | 88.4 | 192.11 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 202 | 0.54 | 0.68 | 0 | 0.21 | 252.61 | 0.57 | 0.52 |
| Hex | 5D | 40 | CA | 36 | 44 | 0 | 15 | FD | 39 | 34 |
| Octal | 135 | 100 | 312 | 66 | 104 | 0 | 25 | 375 | 71 | 64 |
| Binary | 1011101 | 1000000 | 11001010 | 110110 | 1000100 | 0 | 10101 | 11111101 | 111001 | 110100 |
Color Harmonies of #5D40CA
Complementary color
Monochromatic Colors of #5D40CA
Black with #5D40CA
Text Example
Text Example
White with #5D40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D40CA; }
p { color: rgb(93,64,202); }
H1.HeaderClassName
{
color: #5D40CA;
}
.AnyTagClassName
{
color: #5D40CA;
}
</style>
background-color css
<style>
a { background-color: #5D40CA; }
a { background-color: rgb(93,64,202); }
div.DivClassName
{
background-color: #5D40CA;
}
.BgClassName
{
background-color: #5D40CA;
}
</style>
border-color css
<style>
span { border-color: #5D40CA; }
span { border-color: rgb(93,64,202); }
td.TdClassName
{
border-color: #5D40CA;
}
.TagClassName
{
border-color: #5D40CA;
}
</style>