#50084D

Color #50084D Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #50084D

Tints of Hot Purple #50084D

Color information

#50084D (or 0x50084D) is unknown color: approx Hot Purple. HEX triplet: 50, 08 and 4D. RGB value is (80,8,77). Sum of RGB (Red+Green+Blue) = 80+8+77=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50084D is #AFF7B2. Grayscale: #252525. Windows color (decimal): -11532211 or 5048400. OLE color: 5048400.

HSL color Cylindrical-coordinate representation of color #50084D: hue angle of 302.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50084D is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB80877-
CMYK00.900.040.69
HSL302.5º81.82%17.25%-
HSV(B)302.5º90%31.37%-
XYZ4.732.417.24-
YUV37.39150.35158.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 77 (30.47% from 255) = 46.67%
R=48.48%
G=4.85%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8087700.900.040.69302.581.8217.25
Hex5084D05A44512e5211
Octal120101150132410545612221
Binary101000010001001101010110101001000101100101110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50084D; }

 p { color: rgb(80,8,77); }

 H1.HeaderClassName
 {
   color: #50084D;
 }
 .AnyTagClassName
 {
   color: #50084D;
 }
</style>
background-color css

<style>
 a { background-color: #50084D; }

 a { background-color: rgb(80,8,77); }

 div.DivClassName
 {
   background-color: #50084D;
 }
 .BgClassName
 {
   background-color: #50084D;
 }
</style>
border-color css

<style>
 span { border-color: #50084D; }

 span { border-color: rgb(80,8,77); }

 td.TdClassName
 {
   border-color: #50084D;
 }
 .TagClassName
 {
   border-color: #50084D;
 }
</style>