Shades of Purple Heart #5D41CC
Tints of Purple Heart #5D41CC
RGB
CMYK
RGB Variations
Color information
#5D41CC (or 0x5D41CC) is known color: Purple Heart. HEX triplet: 5D, 41 and CC. RGB value is (93,65,204). Sum of RGB (Red+Green+Blue) = 93+65+204=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D41CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D41CC is #A2BE33. Grayscale: #585858. Windows color (decimal): -10665524 or 13386077. OLE color: 13386077.
HSL color Cylindrical-coordinate representation of color #5D41CC: hue angle of 252.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D41CC is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 65 | 204 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.2 |
| HSL | 252.09º | 0.58% | 0.53% | - |
| HSV(B) | 252.09º | 0.68% | 0.8% | - |
| XYZ | 17.3 | 10.47 | 58.24 | - |
| YUV | 89.22 | 192.78 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 65 | 204 | 0.54 | 0.68 | 0 | 0.2 | 252.09 | 0.58 | 0.53 |
| Hex | 5D | 41 | CC | 36 | 44 | 0 | 14 | FC | 3A | 35 |
| Octal | 135 | 101 | 314 | 66 | 104 | 0 | 24 | 374 | 72 | 65 |
| Binary | 1011101 | 1000001 | 11001100 | 110110 | 1000100 | 0 | 10100 | 11111100 | 111010 | 110101 |
Color Harmonies of #5D41CC
Complementary color
Monochromatic Colors of #5D41CC
Black with #5D41CC
Text Example
Text Example
White with #5D41CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D41CC; }
p { color: rgb(93,65,204); }
H1.HeaderClassName
{
color: #5D41CC;
}
.AnyTagClassName
{
color: #5D41CC;
}
</style>
background-color css
<style>
a { background-color: #5D41CC; }
a { background-color: rgb(93,65,204); }
div.DivClassName
{
background-color: #5D41CC;
}
.BgClassName
{
background-color: #5D41CC;
}
</style>
border-color css
<style>
span { border-color: #5D41CC; }
span { border-color: rgb(93,65,204); }
td.TdClassName
{
border-color: #5D41CC;
}
.TagClassName
{
border-color: #5D41CC;
}
</style>