#50045C

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

Shades of Hot Purple #50045C

Tints of Hot Purple #50045C

Color information

#50045C (or 0x50045C) is unknown color: approx Hot Purple. HEX triplet: 50, 04 and 5C. RGB value is (80,4,92). Sum of RGB (Red+Green+Blue) = 80+4+92=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #50045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50045C is #AFFBA3. Grayscale: #242424. Windows color (decimal): -11533220 or 6030416. OLE color: 6030416.

HSL color Cylindrical-coordinate representation of color #50045C: hue angle of 291.82º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50045C is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB80492-
CMYK0.130.9600.64
HSL291.82º91.67%18.82%-
HSV(B)291.82º95.65%36.08%-
XYZ5.282.5710.34-
YUV36.76159.18158.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.45%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=45.45%
G=2.27%
B=52.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal804920.130.9600.64291.8291.6718.82
Hex5045CD600401245c13
Octal120413415140010044413423
Binary101000010010111001101110000001000000100100100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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