Shades of Purple Heart #5D39CA
Tints of Purple Heart #5D39CA
RGB
CMYK
RGB Variations
Color information
#5D39CA (or 0x5D39CA) is known color: Purple Heart. HEX triplet: 5D, 39 and CA. RGB value is (93,57,202). Sum of RGB (Red+Green+Blue) = 93+57+202=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D39CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D39CA is #A2C635. Grayscale: #535353. Windows color (decimal): -10667574 or 13252957. OLE color: 13252957.
HSL color Cylindrical-coordinate representation of color #5D39CA: hue angle of 254.9º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D39CA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 57 | 202 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.21 |
| HSL | 254.9º | 0.58% | 0.51% | - |
| HSV(B) | 254.9º | 0.72% | 0.79% | - |
| XYZ | 16.64 | 9.52 | 56.84 | - |
| YUV | 84.29 | 194.43 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 202 | 0.54 | 0.72 | 0 | 0.21 | 254.9 | 0.58 | 0.51 |
| Hex | 5D | 39 | CA | 36 | 48 | 0 | 15 | FF | 3A | 33 |
| Octal | 135 | 71 | 312 | 66 | 110 | 0 | 25 | 377 | 72 | 63 |
| Binary | 1011101 | 111001 | 11001010 | 110110 | 1001000 | 0 | 10101 | 11111111 | 111010 | 110011 |
Color Harmonies of #5D39CA
Complementary color
Monochromatic Colors of #5D39CA
Black with #5D39CA
Text Example
Text Example
White with #5D39CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D39CA; }
p { color: rgb(93,57,202); }
H1.HeaderClassName
{
color: #5D39CA;
}
.AnyTagClassName
{
color: #5D39CA;
}
</style>
background-color css
<style>
a { background-color: #5D39CA; }
a { background-color: rgb(93,57,202); }
div.DivClassName
{
background-color: #5D39CA;
}
.BgClassName
{
background-color: #5D39CA;
}
</style>
border-color css
<style>
span { border-color: #5D39CA; }
span { border-color: rgb(93,57,202); }
td.TdClassName
{
border-color: #5D39CA;
}
.TagClassName
{
border-color: #5D39CA;
}
</style>