#50164F

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

Shades of Hot Purple #50164F

Tints of Hot Purple #50164F

Color information

#50164F (or 0x50164F) is unknown color: approx Hot Purple. HEX triplet: 50, 16 and 4F. RGB value is (80,22,79). Sum of RGB (Red+Green+Blue) = 80+22+79=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50164F is #AFE9B0. Grayscale: #2D2D2D. Windows color (decimal): -11528625 or 5183056. OLE color: 5183056.

HSL color Cylindrical-coordinate representation of color #50164F: hue angle of 301.03º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50164F is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB802279-
CMYK00.720.010.69
HSL301.03º56.86%20%-
HSV(B)301.03º72.5%31.37%-
XYZ5.012.847.68-
YUV45.84146.72152.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 22 (8.98% from 255) = 12.15%
BLUE value IS 79 (31.25% from 255) = 43.65%
R=44.20%
G=12.15%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80227900.720.010.69301.0356.8620
Hex50164F04814512d3914
Octal12026117011011054557124
Binary1010000101101001111010010001100010110010110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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