Shades of Purple Heart #5D33BB
Tints of Purple Heart #5D33BB
RGB
CMYK
RGB Variations
Color information
#5D33BB (or 0x5D33BB) is known color: Purple Heart. HEX triplet: 5D, 33 and BB. RGB value is (93,51,187). Sum of RGB (Red+Green+Blue) = 93+51+187=331 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.10% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D33BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D33BB is #A2CC44. Grayscale: #4E4E4E. Windows color (decimal): -10669125 or 12268381. OLE color: 12268381.
HSL color Cylindrical-coordinate representation of color #5D33BB: hue angle of 258.53º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D33BB is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 51 | 187 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.27 |
| HSL | 258.53º | 0.57% | 0.47% | - |
| HSV(B) | 258.53º | 0.73% | 0.73% | - |
| XYZ | 14.67 | 8.28 | 47.84 | - |
| YUV | 79.06 | 188.91 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 187 | 0.50 | 0.73 | 0 | 0.27 | 258.53 | 0.57 | 0.47 |
| Hex | 5D | 33 | BB | 32 | 49 | 0 | 1B | 103 | 39 | 2F |
| Octal | 135 | 63 | 273 | 62 | 111 | 0 | 33 | 403 | 71 | 57 |
| Binary | 1011101 | 110011 | 10111011 | 110010 | 1001001 | 0 | 11011 | 100000011 | 111001 | 101111 |
Color Harmonies of #5D33BB
Complementary color
Monochromatic Colors of #5D33BB
Black with #5D33BB
Text Example
Text Example
White with #5D33BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D33BB; }
p { color: rgb(93,51,187); }
H1.HeaderClassName
{
color: #5D33BB;
}
.AnyTagClassName
{
color: #5D33BB;
}
</style>
background-color css
<style>
a { background-color: #5D33BB; }
a { background-color: rgb(93,51,187); }
div.DivClassName
{
background-color: #5D33BB;
}
.BgClassName
{
background-color: #5D33BB;
}
</style>
border-color css
<style>
span { border-color: #5D33BB; }
span { border-color: rgb(93,51,187); }
td.TdClassName
{
border-color: #5D33BB;
}
.TagClassName
{
border-color: #5D33BB;
}
</style>