#50284F

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

Shades of Hot Purple #50284F

Tints of Hot Purple #50284F

Color information

#50284F (or 0x50284F) is unknown color: approx Hot Purple. HEX triplet: 50, 28 and 4F. RGB value is (80,40,79). Sum of RGB (Red+Green+Blue) = 80+40+79=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #50284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50284F is #AFD7B0. Grayscale: #383838. Windows color (decimal): -11524017 or 5187664. OLE color: 5187664.

HSL color Cylindrical-coordinate representation of color #50284F: hue angle of 301.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50284F is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB804079-
CMYK00.50.010.69
HSL301.5º33.33%23.53%-
HSV(B)301.5º50%31.37%-
XYZ5.483.797.84-
YUV56.41140.75144.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=40.20%
G=20.10%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80407900.50.010.69301.533.3323.53
Hex50284F03214512e2118
Octal1205011706211054564130
Binary1010000101000100111101100101100010110010111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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