Shades of Hot Purple #50055B
Tints of Hot Purple #50055B
RGB
CMYK
RGB Variations
Color information
#50055B (or 0x50055B) is known color: Hot Purple. HEX triplet: 50, 05 and 5B. RGB value is (80,5,91). Sum of RGB (Red+Green+Blue) = 80+5+91=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #50055B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50055B is #AFFAA4. Grayscale: #242424. Windows color (decimal): -11532965 or 5965136. OLE color: 5965136.
HSL color Cylindrical-coordinate representation of color #50055B: hue angle of 292.33º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50055B is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 5 | 91 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.64 |
| HSL | 292.33º | 0.9% | 0.19% | - |
| HSV(B) | 292.33º | 0.95% | 0.36% | - |
| XYZ | 5.25 | 2.57 | 10.12 | - |
| YUV | 37.23 | 158.35 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 91 | 0.12 | 0.95 | 0 | 0.64 | 292.33 | 0.9 | 0.19 |
| Hex | 50 | 5 | 5B | C | 5F | 0 | 40 | 124 | 5A | 13 |
| Octal | 120 | 5 | 133 | 14 | 137 | 0 | 100 | 444 | 132 | 23 |
| Binary | 1010000 | 101 | 1011011 | 1100 | 1011111 | 0 | 1000000 | 100100100 | 1011010 | 10011 |
Color Harmonies of #50055B
Complementary color
Monochromatic Colors of #50055B
Black with #50055B
Text Example
Text Example
White with #50055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50055B; }
p { color: rgb(80,5,91); }
H1.HeaderClassName
{
color: #50055B;
}
.AnyTagClassName
{
color: #50055B;
}
</style>
background-color css
<style>
a { background-color: #50055B; }
a { background-color: rgb(80,5,91); }
div.DivClassName
{
background-color: #50055B;
}
.BgClassName
{
background-color: #50055B;
}
</style>
border-color css
<style>
span { border-color: #50055B; }
span { border-color: rgb(80,5,91); }
td.TdClassName
{
border-color: #50055B;
}
.TagClassName
{
border-color: #50055B;
}
</style>