#50285A

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

Shades of Hot Purple #50285A

Tints of Hot Purple #50285A

Color information

#50285A (or 0x50285A) is unknown color: approx Hot Purple. HEX triplet: 50, 28 and 5A. RGB value is (80,40,90). Sum of RGB (Red+Green+Blue) = 80+40+90=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #50285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50285A is #AFD7A5. Grayscale: #393939. Windows color (decimal): -11524006 or 5908560. OLE color: 5908560.

HSL color Cylindrical-coordinate representation of color #50285A: hue angle of 288º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50285A is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB804090-
CMYK0.110.5600.65
HSL288º38.46%25.49%-
HSV(B)288º55.56%35.29%-
XYZ5.913.9610.13-
YUV57.66146.25143.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=38.10%
G=19.05%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8040900.110.5600.6528838.4625.49
Hex50285AB380411202619
Octal12050132137001014404631
Binary1010000101000101101010111110000100000110010000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50285A; }

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

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

<style>
 a { background-color: #50285A; }

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

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

<style>
 span { border-color: #50285A; }

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

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