Shades of Hot Purple #50065C
Tints of Hot Purple #50065C
RGB
CMYK
RGB Variations
Color information
#50065C (or 0x50065C) is known color: Hot Purple. HEX triplet: 50, 06 and 5C. RGB value is (80,6,92). Sum of RGB (Red+Green+Blue) = 80+6+92=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #50065C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50065C is #AFF9A3. Grayscale: #252525. Windows color (decimal): -11532708 or 6030928. OLE color: 6030928.
HSL color Cylindrical-coordinate representation of color #50065C: hue angle of 291.63º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50065C is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 6 | 92 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.64 |
| HSL | 291.63º | 0.88% | 0.19% | - |
| HSV(B) | 291.63º | 0.93% | 0.36% | - |
| XYZ | 5.31 | 2.61 | 10.35 | - |
| YUV | 37.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 6 | 92 | 0.13 | 0.93 | 0 | 0.64 | 291.63 | 0.88 | 0.19 |
| Hex | 50 | 6 | 5C | D | 5D | 0 | 40 | 124 | 58 | 13 |
| Octal | 120 | 6 | 134 | 15 | 135 | 0 | 100 | 444 | 130 | 23 |
| Binary | 1010000 | 110 | 1011100 | 1101 | 1011101 | 0 | 1000000 | 100100100 | 1011000 | 10011 |
Color Harmonies of #50065C
Complementary color
Monochromatic Colors of #50065C
Black with #50065C
Text Example
Text Example
White with #50065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50065C; }
p { color: rgb(80,6,92); }
H1.HeaderClassName
{
color: #50065C;
}
.AnyTagClassName
{
color: #50065C;
}
</style>
background-color css
<style>
a { background-color: #50065C; }
a { background-color: rgb(80,6,92); }
div.DivClassName
{
background-color: #50065C;
}
.BgClassName
{
background-color: #50065C;
}
</style>
border-color css
<style>
span { border-color: #50065C; }
span { border-color: rgb(80,6,92); }
td.TdClassName
{
border-color: #50065C;
}
.TagClassName
{
border-color: #50065C;
}
</style>