Shades of Purple Heart #5B34CF
Tints of Purple Heart #5B34CF
RGB
CMYK
RGB Variations
Color information
#5B34CF (or 0x5B34CF) is known color: Purple Heart. HEX triplet: 5B, 34 and CF. RGB value is (91,52,207). Sum of RGB (Red+Green+Blue) = 91+52+207=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B34CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B34CF is #A4CB30. Grayscale: #505050. Windows color (decimal): -10799921 or 13579355. OLE color: 13579355.
HSL color Cylindrical-coordinate representation of color #5B34CF: hue angle of 255.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B34CF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 52 | 207 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.19 |
| HSL | 255.1º | 0.62% | 0.51% | - |
| HSV(B) | 255.1º | 0.75% | 0.81% | - |
| XYZ | 16.8 | 9.19 | 59.92 | - |
| YUV | 81.33 | 198.92 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 207 | 0.56 | 0.75 | 0 | 0.19 | 255.1 | 0.62 | 0.51 |
| Hex | 5B | 34 | CF | 38 | 4B | 0 | 13 | FF | 3E | 33 |
| Octal | 133 | 64 | 317 | 70 | 113 | 0 | 23 | 377 | 76 | 63 |
| Binary | 1011011 | 110100 | 11001111 | 111000 | 1001011 | 0 | 10011 | 11111111 | 111110 | 110011 |
Color Harmonies of #5B34CF
Complementary color
Monochromatic Colors of #5B34CF
Black with #5B34CF
Text Example
Text Example
White with #5B34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B34CF; }
p { color: rgb(91,52,207); }
H1.HeaderClassName
{
color: #5B34CF;
}
.AnyTagClassName
{
color: #5B34CF;
}
</style>
background-color css
<style>
a { background-color: #5B34CF; }
a { background-color: rgb(91,52,207); }
div.DivClassName
{
background-color: #5B34CF;
}
.BgClassName
{
background-color: #5B34CF;
}
</style>
border-color css
<style>
span { border-color: #5B34CF; }
span { border-color: rgb(91,52,207); }
td.TdClassName
{
border-color: #5B34CF;
}
.TagClassName
{
border-color: #5B34CF;
}
</style>