Shades of Purple Heart #5B3FBD
Tints of Purple Heart #5B3FBD
RGB
CMYK
RGB Variations
Color information
#5B3FBD (or 0x5B3FBD) is known color: Purple Heart. HEX triplet: 5B, 3F and BD. RGB value is (91,63,189). Sum of RGB (Red+Green+Blue) = 91+63+189=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B3FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3FBD is #A4C042. Grayscale: #555555. Windows color (decimal): -10797123 or 12402523. OLE color: 12402523.
HSL color Cylindrical-coordinate representation of color #5B3FBD: hue angle of 253.33º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B3FBD is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 63 | 189 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.26 |
| HSL | 253.33º | 0.5% | 0.49% | - |
| HSV(B) | 253.33º | 0.67% | 0.74% | - |
| XYZ | 15.28 | 9.45 | 49.16 | - |
| YUV | 85.74 | 186.28 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 189 | 0.52 | 0.67 | 0 | 0.26 | 253.33 | 0.5 | 0.49 |
| Hex | 5B | 3F | BD | 34 | 43 | 0 | 1A | FD | 32 | 31 |
| Octal | 133 | 77 | 275 | 64 | 103 | 0 | 32 | 375 | 62 | 61 |
| Binary | 1011011 | 111111 | 10111101 | 110100 | 1000011 | 0 | 11010 | 11111101 | 110010 | 110001 |
Color Harmonies of #5B3FBD
Complementary color
Monochromatic Colors of #5B3FBD
Black with #5B3FBD
Text Example
Text Example
White with #5B3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3FBD; }
p { color: rgb(91,63,189); }
H1.HeaderClassName
{
color: #5B3FBD;
}
.AnyTagClassName
{
color: #5B3FBD;
}
</style>
background-color css
<style>
a { background-color: #5B3FBD; }
a { background-color: rgb(91,63,189); }
div.DivClassName
{
background-color: #5B3FBD;
}
.BgClassName
{
background-color: #5B3FBD;
}
</style>
border-color css
<style>
span { border-color: #5B3FBD; }
span { border-color: rgb(91,63,189); }
td.TdClassName
{
border-color: #5B3FBD;
}
.TagClassName
{
border-color: #5B3FBD;
}
</style>