Shades of Purple Heart #5B09AD
Tints of Purple Heart #5B09AD
RGB
CMYK
RGB Variations
Color information
#5B09AD (or 0x5B09AD) is known color: Purple Heart. HEX triplet: 5B, 09 and AD. RGB value is (91,9,173). Sum of RGB (Red+Green+Blue) = 91+9+173=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B09AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B09AD is #A4F652. Grayscale: #333333. Windows color (decimal): -10810963 or 11340123. OLE color: 11340123.
HSL color Cylindrical-coordinate representation of color #5B09AD: hue angle of 270º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B09AD is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 9 | 173 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.32 |
| HSL | 270º | 0.9% | 0.36% | - |
| HSV(B) | 270º | 0.95% | 0.68% | - |
| XYZ | 11.95 | 5.44 | 39.95 | - |
| YUV | 52.21 | 196.17 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 173 | 0.47 | 0.95 | 0 | 0.32 | 270 | 0.9 | 0.36 |
| Hex | 5B | 9 | AD | 2F | 5F | 0 | 20 | 10E | 5A | 24 |
| Octal | 133 | 11 | 255 | 57 | 137 | 0 | 40 | 416 | 132 | 44 |
| Binary | 1011011 | 1001 | 10101101 | 101111 | 1011111 | 0 | 100000 | 100001110 | 1011010 | 100100 |
Color Harmonies of #5B09AD
Complementary color
Monochromatic Colors of #5B09AD
Black with #5B09AD
Text Example
Text Example
White with #5B09AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B09AD; }
p { color: rgb(91,9,173); }
H1.HeaderClassName
{
color: #5B09AD;
}
.AnyTagClassName
{
color: #5B09AD;
}
</style>
background-color css
<style>
a { background-color: #5B09AD; }
a { background-color: rgb(91,9,173); }
div.DivClassName
{
background-color: #5B09AD;
}
.BgClassName
{
background-color: #5B09AD;
}
</style>
border-color css
<style>
span { border-color: #5B09AD; }
span { border-color: rgb(91,9,173); }
td.TdClassName
{
border-color: #5B09AD;
}
.TagClassName
{
border-color: #5B09AD;
}
</style>