#501F4D

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

Shades of Hot Purple #501F4D

Tints of Hot Purple #501F4D

Color information

#501F4D (or 0x501F4D) is unknown color: approx Hot Purple. HEX triplet: 50, 1F and 4D. RGB value is (80,31,77). Sum of RGB (Red+Green+Blue) = 80+31+77=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #501F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501F4D is #AFE0B2. Grayscale: #323232. Windows color (decimal): -11526323 or 5054288. OLE color: 5054288.

HSL color Cylindrical-coordinate representation of color #501F4D: hue angle of 303.67º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F4D is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB803177-
CMYK00.610.040.69
HSL303.67º44.14%21.76%-
HSV(B)303.67º61.25%31.37%-
XYZ5.143.227.37-
YUV50.9142.73148.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 31 (12.5% from 255) = 16.49%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=42.55%
G=16.49%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80317700.610.040.69303.6744.1421.76
Hex501F4D03D4451302c16
Octal1203711507541054605426
Binary10100001111110011010111101100100010110011000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501F4D; }

 p { color: rgb(80,31,77); }

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

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

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

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

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

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

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