#501650

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

Shades of Hot Purple #501650

Tints of Hot Purple #501650

Color information

#501650 (or 0x501650) is unknown color: approx Hot Purple. HEX triplet: 50, 16 and 50. RGB value is (80,22,80). Sum of RGB (Red+Green+Blue) = 80+22+80=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #501650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501650 is #AFE9AF. Grayscale: #2D2D2D. Windows color (decimal): -11528624 or 5248592. OLE color: 5248592.

HSL color Cylindrical-coordinate representation of color #501650: hue angle of 300º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501650 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB802280-
CMYK00.7200.69
HSL300º56.86%20%-
HSV(B)300º72.5%31.37%-
XYZ5.042.867.88-
YUV45.95147.22152.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=43.96%
G=12.09%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80228000.7200.6930056.8620
Hex50165004804512c3914
Octal12026120011001054547124
Binary1010000101101010000010010000100010110010110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501650; }

 p { color: rgb(80,22,80); }

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

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

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

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

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

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

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