Shades of Purple Heart #5B30AB
Tints of Purple Heart #5B30AB
RGB
CMYK
RGB Variations
Color information
#5B30AB (or 0x5B30AB) is known color: Purple Heart. HEX triplet: 5B, 30 and AB. RGB value is (91,48,171). Sum of RGB (Red+Green+Blue) = 91+48+171=310 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.35% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B30AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B30AB is #A4CF54. Grayscale: #4A4A4A. Windows color (decimal): -10800981 or 11219035. OLE color: 11219035.
HSL color Cylindrical-coordinate representation of color #5B30AB: hue angle of 260.98º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B30AB is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 48 | 171 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.33 |
| HSL | 260.98º | 0.56% | 0.43% | - |
| HSV(B) | 260.98º | 0.72% | 0.67% | - |
| XYZ | 12.72 | 7.28 | 39.26 | - |
| YUV | 74.88 | 182.25 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 48 | 171 | 0.47 | 0.72 | 0 | 0.33 | 260.98 | 0.56 | 0.43 |
| Hex | 5B | 30 | AB | 2F | 48 | 0 | 21 | 105 | 38 | 2B |
| Octal | 133 | 60 | 253 | 57 | 110 | 0 | 41 | 405 | 70 | 53 |
| Binary | 1011011 | 110000 | 10101011 | 101111 | 1001000 | 0 | 100001 | 100000101 | 111000 | 101011 |
Color Harmonies of #5B30AB
Complementary color
Monochromatic Colors of #5B30AB
Black with #5B30AB
Text Example
Text Example
White with #5B30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B30AB; }
p { color: rgb(91,48,171); }
H1.HeaderClassName
{
color: #5B30AB;
}
.AnyTagClassName
{
color: #5B30AB;
}
</style>
background-color css
<style>
a { background-color: #5B30AB; }
a { background-color: rgb(91,48,171); }
div.DivClassName
{
background-color: #5B30AB;
}
.BgClassName
{
background-color: #5B30AB;
}
</style>
border-color css
<style>
span { border-color: #5B30AB; }
span { border-color: rgb(91,48,171); }
td.TdClassName
{
border-color: #5B30AB;
}
.TagClassName
{
border-color: #5B30AB;
}
</style>