Shades of Purple Heart #5B34CA
Tints of Purple Heart #5B34CA
RGB
CMYK
RGB Variations
Color information
#5B34CA (or 0x5B34CA) is known color: Purple Heart. HEX triplet: 5B, 34 and CA. RGB value is (91,52,202). Sum of RGB (Red+Green+Blue) = 91+52+202=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B34CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B34CA is #A4CB35. Grayscale: #505050. Windows color (decimal): -10799926 or 13251675. OLE color: 13251675.
HSL color Cylindrical-coordinate representation of color #5B34CA: hue angle of 255.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B34CA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 52 | 202 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.21 |
| HSL | 255.6º | 0.59% | 0.5% | - |
| HSV(B) | 255.6º | 0.74% | 0.79% | - |
| XYZ | 16.2 | 8.94 | 56.75 | - |
| YUV | 80.76 | 196.42 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 52 | 202 | 0.55 | 0.74 | 0 | 0.21 | 255.6 | 0.59 | 0.5 |
| Hex | 5B | 34 | CA | 37 | 4A | 0 | 15 | 100 | 3B | 32 |
| Octal | 133 | 64 | 312 | 67 | 112 | 0 | 25 | 400 | 73 | 62 |
| Binary | 1011011 | 110100 | 11001010 | 110111 | 1001010 | 0 | 10101 | 100000000 | 111011 | 110010 |
Color Harmonies of #5B34CA
Complementary color
Monochromatic Colors of #5B34CA
Black with #5B34CA
Text Example
Text Example
White with #5B34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B34CA; }
p { color: rgb(91,52,202); }
H1.HeaderClassName
{
color: #5B34CA;
}
.AnyTagClassName
{
color: #5B34CA;
}
</style>
background-color css
<style>
a { background-color: #5B34CA; }
a { background-color: rgb(91,52,202); }
div.DivClassName
{
background-color: #5B34CA;
}
.BgClassName
{
background-color: #5B34CA;
}
</style>
border-color css
<style>
span { border-color: #5B34CA; }
span { border-color: rgb(91,52,202); }
td.TdClassName
{
border-color: #5B34CA;
}
.TagClassName
{
border-color: #5B34CA;
}
</style>