#50294E

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

Shades of Hot Purple #50294E

Tints of Hot Purple #50294E

Color information

#50294E (or 0x50294E) is unknown color: approx Hot Purple. HEX triplet: 50, 29 and 4E. RGB value is (80,41,78). Sum of RGB (Red+Green+Blue) = 80+41+78=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #50294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50294E is #AFD6B1. Grayscale: #383838. Windows color (decimal): -11523762 or 5122384. OLE color: 5122384.

HSL color Cylindrical-coordinate representation of color #50294E: hue angle of 303.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50294E is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB804178-
CMYK00.490.020.69
HSL303.08º32.23%23.73%-
HSV(B)303.08º48.75%31.37%-
XYZ5.483.847.66-
YUV56.88139.92144.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 41 (16.41% from 255) = 20.60%
BLUE value IS 78 (30.86% from 255) = 39.20%
R=40.20%
G=20.60%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80417800.490.020.69303.0832.2323.73
Hex50294E03124512f2018
Octal1205111606121054574030
Binary10100001010011001110011000110100010110010111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50294E; }

 p { color: rgb(80,41,78); }

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

<style>
 a { background-color: #50294E; }

 a { background-color: rgb(80,41,78); }

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

<style>
 span { border-color: #50294E; }

 span { border-color: rgb(80,41,78); }

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