#50165D

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

Shades of Hot Purple #50165D

Tints of Hot Purple #50165D

Color information

#50165D (or 0x50165D) is unknown color: approx Hot Purple. HEX triplet: 50, 16 and 5D. RGB value is (80,22,93). Sum of RGB (Red+Green+Blue) = 80+22+93=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #50165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50165D is #AFE9A2. Grayscale: #2F2F2F. Windows color (decimal): -11528611 or 6100560. OLE color: 6100560.

HSL color Cylindrical-coordinate representation of color #50165D: hue angle of 289.01º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50165D is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB802293-
CMYK0.140.7600.64
HSL289.01º61.74%22.55%-
HSV(B)289.01º76.34%36.47%-
XYZ5.573.0710.65-
YUV47.44153.72151.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.03%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=41.03%
G=11.28%
B=47.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8022930.140.7600.64289.0161.7422.55
Hex50165DE4C0401213e17
Octal120261351611401004417627
Binary1010000101101011101111010011000100000010010000111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50165D; }

 p { color: rgb(80,22,93); }

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

<style>
 a { background-color: #50165D; }

 a { background-color: rgb(80,22,93); }

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

<style>
 span { border-color: #50165D; }

 span { border-color: rgb(80,22,93); }

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