Shades of Purple Heart #5336BB
Tints of Purple Heart #5336BB
RGB
CMYK
RGB Variations
Color information
#5336BB (or 0x5336BB) is known color: Purple Heart. HEX triplet: 53, 36 and BB. RGB value is (83,54,187). Sum of RGB (Red+Green+Blue) = 83+54+187=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #5336BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5336BB is #ACC944. Grayscale: #4D4D4D. Windows color (decimal): -11323717 or 12269139. OLE color: 12269139.
HSL color Cylindrical-coordinate representation of color #5336BB: hue angle of 253.08º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5336BB is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 54 | 187 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.27 |
| HSL | 253.08º | 0.55% | 0.47% | - |
| HSV(B) | 253.08º | 0.71% | 0.73% | - |
| XYZ | 13.86 | 8.07 | 47.84 | - |
| YUV | 77.83 | 189.61 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 187 | 0.56 | 0.71 | 0 | 0.27 | 253.08 | 0.55 | 0.47 |
| Hex | 53 | 36 | BB | 38 | 47 | 0 | 1B | FD | 37 | 2F |
| Octal | 123 | 66 | 273 | 70 | 107 | 0 | 33 | 375 | 67 | 57 |
| Binary | 1010011 | 110110 | 10111011 | 111000 | 1000111 | 0 | 11011 | 11111101 | 110111 | 101111 |
Color Harmonies of #5336BB
Complementary color
Monochromatic Colors of #5336BB
Black with #5336BB
Text Example
Text Example
White with #5336BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5336BB; }
p { color: rgb(83,54,187); }
H1.HeaderClassName
{
color: #5336BB;
}
.AnyTagClassName
{
color: #5336BB;
}
</style>
background-color css
<style>
a { background-color: #5336BB; }
a { background-color: rgb(83,54,187); }
div.DivClassName
{
background-color: #5336BB;
}
.BgClassName
{
background-color: #5336BB;
}
</style>
border-color css
<style>
span { border-color: #5336BB; }
span { border-color: rgb(83,54,187); }
td.TdClassName
{
border-color: #5336BB;
}
.TagClassName
{
border-color: #5336BB;
}
</style>