Shades of Purple Heart #5B06AD
Tints of Purple Heart #5B06AD
RGB
CMYK
RGB Variations
Color information
#5B06AD (or 0x5B06AD) is known color: Purple Heart. HEX triplet: 5B, 06 and AD. RGB value is (91,6,173). Sum of RGB (Red+Green+Blue) = 91+6+173=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B06AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B06AD is #A4F952. Grayscale: #313131. Windows color (decimal): -10811731 or 11339355. OLE color: 11339355.
HSL color Cylindrical-coordinate representation of color #5B06AD: hue angle of 270.54º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B06AD is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 6 | 173 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.32 |
| HSL | 270.54º | 0.93% | 0.35% | - |
| HSV(B) | 270.54º | 0.97% | 0.68% | - |
| XYZ | 11.92 | 5.37 | 39.94 | - |
| YUV | 50.45 | 197.16 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 173 | 0.47 | 0.97 | 0 | 0.32 | 270.54 | 0.93 | 0.35 |
| Hex | 5B | 6 | AD | 2F | 61 | 0 | 20 | 10F | 5D | 23 |
| Octal | 133 | 6 | 255 | 57 | 141 | 0 | 40 | 417 | 135 | 43 |
| Binary | 1011011 | 110 | 10101101 | 101111 | 1100001 | 0 | 100000 | 100001111 | 1011101 | 100011 |
Color Harmonies of #5B06AD
Complementary color
Monochromatic Colors of #5B06AD
Black with #5B06AD
Text Example
Text Example
White with #5B06AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B06AD; }
p { color: rgb(91,6,173); }
H1.HeaderClassName
{
color: #5B06AD;
}
.AnyTagClassName
{
color: #5B06AD;
}
</style>
background-color css
<style>
a { background-color: #5B06AD; }
a { background-color: rgb(91,6,173); }
div.DivClassName
{
background-color: #5B06AD;
}
.BgClassName
{
background-color: #5B06AD;
}
</style>
border-color css
<style>
span { border-color: #5B06AD; }
span { border-color: rgb(91,6,173); }
td.TdClassName
{
border-color: #5B06AD;
}
.TagClassName
{
border-color: #5B06AD;
}
</style>