#50174F

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

Shades of Hot Purple #50174F

Tints of Hot Purple #50174F

Color information

#50174F (or 0x50174F) is unknown color: approx Hot Purple. HEX triplet: 50, 17 and 4F. RGB value is (80,23,79). Sum of RGB (Red+Green+Blue) = 80+23+79=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50174F is #AFE8B0. Grayscale: #2E2E2E. Windows color (decimal): -11528369 or 5183312. OLE color: 5183312.

HSL color Cylindrical-coordinate representation of color #50174F: hue angle of 301.05º 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 #50174F is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB802379-
CMYK00.710.010.69
HSL301.05º55.34%20.2%-
HSV(B)301.05º71.25%31.37%-
XYZ5.032.887.69-
YUV46.43146.38151.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=43.96%
G=12.64%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80237900.710.010.69301.0555.3420.2
Hex50174F04714512d3714
Octal12027117010711054556724
Binary1010000101111001111010001111100010110010110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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