Shades of Purple Heart #5B34B8
Tints of Purple Heart #5B34B8
RGB
CMYK
RGB Variations
Color information
#5B34B8 (or 0x5B34B8) is known color: Purple Heart. HEX triplet: 5B, 34 and B8. RGB value is (91,52,184). Sum of RGB (Red+Green+Blue) = 91+52+184=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 184 (72.27% from 255 or 56.27% from 327); Max value from RGB is 184 - color contains mainly: blue. Hex color #5B34B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B34B8 is #A4CB47. Grayscale: #4E4E4E. Windows color (decimal): -10799944 or 12072027. OLE color: 12072027.
HSL color Cylindrical-coordinate representation of color #5B34B8: hue angle of 257.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B34B8 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 52 | 184 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.28 |
| HSL | 257.73º | 0.56% | 0.46% | - |
| HSV(B) | 257.73º | 0.72% | 0.72% | - |
| XYZ | 14.19 | 8.14 | 46.17 | - |
| YUV | 78.71 | 187.42 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 184 | 0.51 | 0.72 | 0 | 0.28 | 257.73 | 0.56 | 0.46 |
| Hex | 5B | 34 | B8 | 33 | 48 | 0 | 1C | 102 | 38 | 2E |
| Octal | 133 | 64 | 270 | 63 | 110 | 0 | 34 | 402 | 70 | 56 |
| Binary | 1011011 | 110100 | 10111000 | 110011 | 1001000 | 0 | 11100 | 100000010 | 111000 | 101110 |
Color Harmonies of #5B34B8
Complementary color
Monochromatic Colors of #5B34B8
Black with #5B34B8
Text Example
Text Example
White with #5B34B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B34B8; }
p { color: rgb(91,52,184); }
H1.HeaderClassName
{
color: #5B34B8;
}
.AnyTagClassName
{
color: #5B34B8;
}
</style>
background-color css
<style>
a { background-color: #5B34B8; }
a { background-color: rgb(91,52,184); }
div.DivClassName
{
background-color: #5B34B8;
}
.BgClassName
{
background-color: #5B34B8;
}
</style>
border-color css
<style>
span { border-color: #5B34B8; }
span { border-color: rgb(91,52,184); }
td.TdClassName
{
border-color: #5B34B8;
}
.TagClassName
{
border-color: #5B34B8;
}
</style>