#50175D

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

Shades of Hot Purple #50175D

Tints of Hot Purple #50175D

Color information

#50175D (or 0x50175D) is unknown color: approx Hot Purple. HEX triplet: 50, 17 and 5D. RGB value is (80,23,93). Sum of RGB (Red+Green+Blue) = 80+23+93=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #50175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50175D is #AFE8A2. Grayscale: #2F2F2F. Windows color (decimal): -11528355 or 6100816. OLE color: 6100816.

HSL color Cylindrical-coordinate representation of color #50175D: hue angle of 288.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50175D is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB802393-
CMYK0.140.7500.64
HSL288.86º60.34%22.75%-
HSV(B)288.86º75.27%36.47%-
XYZ5.593.1110.66-
YUV48.02153.38150.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=40.82%
G=11.73%
B=47.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8023930.140.7500.64288.8660.3422.75
Hex50175DE4B0401213c17
Octal120271351611301004417427
Binary1010000101111011101111010010110100000010010000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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