Shades of Purple Heart #5336BE
Tints of Purple Heart #5336BE
RGB
CMYK
RGB Variations
Color information
#5336BE (or 0x5336BE) is known color: Purple Heart. HEX triplet: 53, 36 and BE. RGB value is (83,54,190). Sum of RGB (Red+Green+Blue) = 83+54+190=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #5336BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5336BE is #ACC941. Grayscale: #4D4D4D. Windows color (decimal): -11323714 or 12465747. OLE color: 12465747.
HSL color Cylindrical-coordinate representation of color #5336BE: hue angle of 252.79º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5336BE is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 54 | 190 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.25 |
| HSL | 252.79º | 0.56% | 0.48% | - |
| HSV(B) | 252.79º | 0.72% | 0.75% | - |
| XYZ | 14.18 | 8.2 | 49.55 | - |
| YUV | 78.18 | 191.11 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 190 | 0.56 | 0.72 | 0 | 0.25 | 252.79 | 0.56 | 0.48 |
| Hex | 53 | 36 | BE | 38 | 48 | 0 | 19 | FD | 38 | 30 |
| Octal | 123 | 66 | 276 | 70 | 110 | 0 | 31 | 375 | 70 | 60 |
| Binary | 1010011 | 110110 | 10111110 | 111000 | 1001000 | 0 | 11001 | 11111101 | 111000 | 110000 |
Color Harmonies of #5336BE
Complementary color
Monochromatic Colors of #5336BE
Black with #5336BE
Text Example
Text Example
White with #5336BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5336BE; }
p { color: rgb(83,54,190); }
H1.HeaderClassName
{
color: #5336BE;
}
.AnyTagClassName
{
color: #5336BE;
}
</style>
background-color css
<style>
a { background-color: #5336BE; }
a { background-color: rgb(83,54,190); }
div.DivClassName
{
background-color: #5336BE;
}
.BgClassName
{
background-color: #5336BE;
}
</style>
border-color css
<style>
span { border-color: #5336BE; }
span { border-color: rgb(83,54,190); }
td.TdClassName
{
border-color: #5336BE;
}
.TagClassName
{
border-color: #5336BE;
}
</style>