#50184D

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

Shades of Hot Purple #50184D

Tints of Hot Purple #50184D

Color information

#50184D (or 0x50184D) is unknown color: approx Hot Purple. HEX triplet: 50, 18 and 4D. RGB value is (80,24,77). Sum of RGB (Red+Green+Blue) = 80+24+77=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50184D is #AFE7B2. Grayscale: #2E2E2E. Windows color (decimal): -11528115 or 5052496. OLE color: 5052496.

HSL color Cylindrical-coordinate representation of color #50184D: hue angle of 303.21º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50184D is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB802477-
CMYK00.700.040.69
HSL303.21º53.85%20.39%-
HSV(B)303.21º70%31.37%-
XYZ4.972.897.32-
YUV46.79145.05151.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=44.20%
G=13.26%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80247700.700.040.69303.2153.8520.39
Hex50184D04644512f3614
Octal12030115010641054576624
Binary101000011000100110101000110100100010110010111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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