Shades of Purple Heart #5D33BA
Tints of Purple Heart #5D33BA
RGB
CMYK
RGB Variations
Color information
#5D33BA (or 0x5D33BA) is known color: Purple Heart. HEX triplet: 5D, 33 and BA. RGB value is (93,51,186). Sum of RGB (Red+Green+Blue) = 93+51+186=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D33BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D33BA is #A2CC45. Grayscale: #4E4E4E. Windows color (decimal): -10669126 or 12202845. OLE color: 12202845.
HSL color Cylindrical-coordinate representation of color #5D33BA: hue angle of 258.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D33BA is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 51 | 186 | - |
| CMYK | 0.5 | 0.73 | 0 | 0.27 |
| HSL | 258.67º | 0.57% | 0.46% | - |
| HSV(B) | 258.67º | 0.73% | 0.73% | - |
| XYZ | 14.56 | 8.24 | 47.28 | - |
| YUV | 78.95 | 188.41 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 186 | 0.5 | 0.73 | 0 | 0.27 | 258.67 | 0.57 | 0.46 |
| Hex | 5D | 33 | BA | 32 | 49 | 0 | 1B | 103 | 39 | 2E |
| Octal | 135 | 63 | 272 | 62 | 111 | 0 | 33 | 403 | 71 | 56 |
| Binary | 1011101 | 110011 | 10111010 | 110010 | 1001001 | 0 | 11011 | 100000011 | 111001 | 101110 |
Color Harmonies of #5D33BA
Complementary color
Monochromatic Colors of #5D33BA
Black with #5D33BA
Text Example
Text Example
White with #5D33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D33BA; }
p { color: rgb(93,51,186); }
H1.HeaderClassName
{
color: #5D33BA;
}
.AnyTagClassName
{
color: #5D33BA;
}
</style>
background-color css
<style>
a { background-color: #5D33BA; }
a { background-color: rgb(93,51,186); }
div.DivClassName
{
background-color: #5D33BA;
}
.BgClassName
{
background-color: #5D33BA;
}
</style>
border-color css
<style>
span { border-color: #5D33BA; }
span { border-color: rgb(93,51,186); }
td.TdClassName
{
border-color: #5D33BA;
}
.TagClassName
{
border-color: #5D33BA;
}
</style>