#50185D

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

Shades of Hot Purple #50185D

Tints of Hot Purple #50185D

Color information

#50185D (or 0x50185D) is unknown color: approx Hot Purple. HEX triplet: 50, 18 and 5D. RGB value is (80,24,93). Sum of RGB (Red+Green+Blue) = 80+24+93=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #50185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50185D is #AFE7A2. Grayscale: #303030. Windows color (decimal): -11528099 or 6101072. OLE color: 6101072.

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

Color convert

RGB802493-
CMYK0.140.7400.64
HSL288.7º58.97%22.94%-
HSV(B)288.7º74.19%36.47%-
XYZ5.613.1510.67-
YUV48.61153.05150.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.61%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 93 (36.72% from 255) = 47.21%
R=40.61%
G=12.18%
B=47.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8024930.140.7400.64288.758.9722.94
Hex50185DE4A0401213b17
Octal120301351611201004417327
Binary1010000110001011101111010010100100000010010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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