#50084F

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

Shades of Hot Purple #50084F

Tints of Hot Purple #50084F

Color information

#50084F (or 0x50084F) is unknown color: approx Hot Purple. HEX triplet: 50, 08 and 4F. RGB value is (80,8,79). Sum of RGB (Red+Green+Blue) = 80+8+79=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #50084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50084F is #AFF7B0. Grayscale: #252525. Windows color (decimal): -11532209 or 5179472. OLE color: 5179472.

HSL color Cylindrical-coordinate representation of color #50084F: hue angle of 300.83º 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 #50084F is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB80879-
CMYK00.900.010.69
HSL300.83º81.82%17.25%-
HSV(B)300.83º90%31.37%-
XYZ4.812.447.62-
YUV37.62151.35158.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 79 (31.25% from 255) = 47.31%
R=47.90%
G=4.79%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8087900.900.010.69300.8381.8217.25
Hex5084F05A14512d5211
Octal120101170132110545512221
Binary1010000100010011110101101011000101100101101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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