#50185A

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

Shades of Hot Purple #50185A

Tints of Hot Purple #50185A

Color information

#50185A (or 0x50185A) is unknown color: approx Hot Purple. HEX triplet: 50, 18 and 5A. RGB value is (80,24,90). Sum of RGB (Red+Green+Blue) = 80+24+90=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #50185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50185A is #AFE7A5. Grayscale: #303030. Windows color (decimal): -11528102 or 5904464. OLE color: 5904464.

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

Color convert

RGB802490-
CMYK0.110.7300.65
HSL290.91º57.89%22.35%-
HSV(B)290.91º73.33%35.29%-
XYZ5.483.19.98-
YUV48.27151.55150.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=41.24%
G=12.37%
B=46.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8024900.110.7300.65290.9157.8922.35
Hex50185AB490411233a16
Octal120301321311101014437226
Binary1010000110001011010101110010010100000110010001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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