#50174E

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

Shades of Hot Purple #50174E

Tints of Hot Purple #50174E

Color information

#50174E (or 0x50174E) is unknown color: approx Hot Purple. HEX triplet: 50, 17 and 4E. RGB value is (80,23,78). Sum of RGB (Red+Green+Blue) = 80+23+78=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #50174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50174E is #AFE8B1. Grayscale: #2E2E2E. Windows color (decimal): -11528370 or 5117776. OLE color: 5117776.

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

Color convert

RGB802378-
CMYK00.710.020.69
HSL302.11º55.34%20.2%-
HSV(B)302.11º71.25%31.37%-
XYZ4.992.877.5-
YUV46.31145.88152.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=44.20%
G=12.71%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80237800.710.020.69302.1155.3420.2
Hex50174E04724512e3714
Octal12027116010721054566724
Binary10100001011110011100100011110100010110010111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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