Shades of Purple Heart #5B3CB4
Tints of Purple Heart #5B3CB4
RGB
CMYK
RGB Variations
Color information
#5B3CB4 (or 0x5B3CB4) is known color: Purple Heart. HEX triplet: 5B, 3C and B4. RGB value is (91,60,180). Sum of RGB (Red+Green+Blue) = 91+60+180=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #5B3CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3CB4 is #A4C34B. Grayscale: #525252. Windows color (decimal): -10797900 or 11811931. OLE color: 11811931.
HSL color Cylindrical-coordinate representation of color #5B3CB4: hue angle of 255.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B3CB4 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 60 | 180 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.29 |
| HSL | 255.5º | 0.5% | 0.47% | - |
| HSV(B) | 255.5º | 0.67% | 0.71% | - |
| XYZ | 14.17 | 8.75 | 44.12 | - |
| YUV | 82.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 180 | 0.49 | 0.67 | 0 | 0.29 | 255.5 | 0.5 | 0.47 |
| Hex | 5B | 3C | B4 | 31 | 43 | 0 | 1D | 100 | 32 | 2F |
| Octal | 133 | 74 | 264 | 61 | 103 | 0 | 35 | 400 | 62 | 57 |
| Binary | 1011011 | 111100 | 10110100 | 110001 | 1000011 | 0 | 11101 | 100000000 | 110010 | 101111 |
Color Harmonies of #5B3CB4
Complementary color
Monochromatic Colors of #5B3CB4
Black with #5B3CB4
Text Example
Text Example
White with #5B3CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3CB4; }
p { color: rgb(91,60,180); }
H1.HeaderClassName
{
color: #5B3CB4;
}
.AnyTagClassName
{
color: #5B3CB4;
}
</style>
background-color css
<style>
a { background-color: #5B3CB4; }
a { background-color: rgb(91,60,180); }
div.DivClassName
{
background-color: #5B3CB4;
}
.BgClassName
{
background-color: #5B3CB4;
}
</style>
border-color css
<style>
span { border-color: #5B3CB4; }
span { border-color: rgb(91,60,180); }
td.TdClassName
{
border-color: #5B3CB4;
}
.TagClassName
{
border-color: #5B3CB4;
}
</style>