Shades of Purple Heart #5D38CB
Tints of Purple Heart #5D38CB
RGB
CMYK
RGB Variations
Color information
#5D38CB (or 0x5D38CB) is known color: Purple Heart. HEX triplet: 5D, 38 and CB. RGB value is (93,56,203). Sum of RGB (Red+Green+Blue) = 93+56+203=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D38CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D38CB is #A2C734. Grayscale: #535353. Windows color (decimal): -10667829 or 13318237. OLE color: 13318237.
HSL color Cylindrical-coordinate representation of color #5D38CB: hue angle of 255.1º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D38CB is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 56 | 203 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.20 |
| HSL | 255.1º | 0.59% | 0.51% | - |
| HSV(B) | 255.1º | 0.72% | 0.8% | - |
| XYZ | 16.71 | 9.47 | 57.45 | - |
| YUV | 83.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 203 | 0.54 | 0.72 | 0 | 0.20 | 255.1 | 0.59 | 0.51 |
| Hex | 5D | 38 | CB | 36 | 48 | 0 | 14 | FF | 3B | 33 |
| Octal | 135 | 70 | 313 | 66 | 110 | 0 | 24 | 377 | 73 | 63 |
| Binary | 1011101 | 111000 | 11001011 | 110110 | 1001000 | 0 | 10100 | 11111111 | 111011 | 110011 |
Color Harmonies of #5D38CB
Complementary color
Monochromatic Colors of #5D38CB
Black with #5D38CB
Text Example
Text Example
White with #5D38CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D38CB; }
p { color: rgb(93,56,203); }
H1.HeaderClassName
{
color: #5D38CB;
}
.AnyTagClassName
{
color: #5D38CB;
}
</style>
background-color css
<style>
a { background-color: #5D38CB; }
a { background-color: rgb(93,56,203); }
div.DivClassName
{
background-color: #5D38CB;
}
.BgClassName
{
background-color: #5D38CB;
}
</style>
border-color css
<style>
span { border-color: #5D38CB; }
span { border-color: rgb(93,56,203); }
td.TdClassName
{
border-color: #5D38CB;
}
.TagClassName
{
border-color: #5D38CB;
}
</style>