#50144E

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

Shades of Hot Purple #50144E

Tints of Hot Purple #50144E

Color information

#50144E (or 0x50144E) is unknown color: approx Hot Purple. HEX triplet: 50, 14 and 4E. RGB value is (80,20,78). Sum of RGB (Red+Green+Blue) = 80+20+78=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #50144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50144E is #AFEBB1. Grayscale: #2C2C2C. Windows color (decimal): -11529138 or 5117008. OLE color: 5117008.

HSL color Cylindrical-coordinate representation of color #50144E: hue angle of 302º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50144E is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB802078-
CMYK00.750.020.69
HSL302º60%19.61%-
HSV(B)302º75%31.37%-
XYZ4.932.767.48-
YUV44.55146.88153.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=44.94%
G=11.24%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80207800.750.020.693026019.61
Hex50144E04B24512e3c14
Octal12024116011321054567424
Binary10100001010010011100100101110100010110010111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50144E; }

 p { color: rgb(80,20,78); }

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

<style>
 a { background-color: #50144E; }

 a { background-color: rgb(80,20,78); }

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

<style>
 span { border-color: #50144E; }

 span { border-color: rgb(80,20,78); }

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