Shades of Purple Heart #5B0ACB
Tints of Purple Heart #5B0ACB
RGB
CMYK
RGB Variations
Color information
#5B0ACB (or 0x5B0ACB) is known color: Purple Heart. HEX triplet: 5B, 0A and CB. RGB value is (91,10,203). Sum of RGB (Red+Green+Blue) = 91+10+203=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B0ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0ACB is #A4F534. Grayscale: #373737. Windows color (decimal): -10810677 or 13306459. OLE color: 13306459.
HSL color Cylindrical-coordinate representation of color #5B0ACB: hue angle of 265.18º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0ACB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 10 | 203 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.20 |
| HSL | 265.18º | 0.91% | 0.42% | - |
| HSV(B) | 265.18º | 0.95% | 0.8% | - |
| XYZ | 15.2 | 6.75 | 57 | - |
| YUV | 56.22 | 210.84 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 10 | 203 | 0.55 | 0.95 | 0 | 0.20 | 265.18 | 0.91 | 0.42 |
| Hex | 5B | A | CB | 37 | 5F | 0 | 14 | 109 | 5B | 2A |
| Octal | 133 | 12 | 313 | 67 | 137 | 0 | 24 | 411 | 133 | 52 |
| Binary | 1011011 | 1010 | 11001011 | 110111 | 1011111 | 0 | 10100 | 100001001 | 1011011 | 101010 |
Color Harmonies of #5B0ACB
Complementary color
Monochromatic Colors of #5B0ACB
Black with #5B0ACB
Text Example
Text Example
White with #5B0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0ACB; }
p { color: rgb(91,10,203); }
H1.HeaderClassName
{
color: #5B0ACB;
}
.AnyTagClassName
{
color: #5B0ACB;
}
</style>
background-color css
<style>
a { background-color: #5B0ACB; }
a { background-color: rgb(91,10,203); }
div.DivClassName
{
background-color: #5B0ACB;
}
.BgClassName
{
background-color: #5B0ACB;
}
</style>
border-color css
<style>
span { border-color: #5B0ACB; }
span { border-color: rgb(91,10,203); }
td.TdClassName
{
border-color: #5B0ACB;
}
.TagClassName
{
border-color: #5B0ACB;
}
</style>