#50045A

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

Shades of Hot Purple #50045A

Tints of Hot Purple #50045A

Color information

#50045A (or 0x50045A) is unknown color: approx Hot Purple. HEX triplet: 50, 04 and 5A. RGB value is (80,4,90). Sum of RGB (Red+Green+Blue) = 80+4+90=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #50045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50045A is #AFFBA5. Grayscale: #242424. Windows color (decimal): -11533222 or 5899344. OLE color: 5899344.

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

Color convert

RGB80490-
CMYK0.110.9600.65
HSL293.02º91.49%18.43%-
HSV(B)293.02º95.56%35.29%-
XYZ5.22.539.89-
YUV36.53158.18159.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=45.98%
G=2.30%
B=51.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal804900.110.9600.65293.0291.4918.43
Hex5045AB600411255b12
Octal120413213140010144513322
Binary101000010010110101011110000001000001100100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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