#501055

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

Shades of Hot Purple #501055

Tints of Hot Purple #501055

Color information

#501055 (or 0x501055) is unknown color: approx Hot Purple. HEX triplet: 50, 10 and 55. RGB value is (80,16,85). Sum of RGB (Red+Green+Blue) = 80+16+85=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #501055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501055 is #AFEFAA. Grayscale: #2A2A2A. Windows color (decimal): -11530155 or 5574736. OLE color: 5574736.

HSL color Cylindrical-coordinate representation of color #501055: hue angle of 295.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501055 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB801685-
CMYK0.060.8100.67
HSL295.65º68.32%19.8%-
HSV(B)295.65º81.18%33.33%-
XYZ5.132.738.85-
YUV43151.7154.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.20%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=44.20%
G=8.84%
B=46.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8016850.060.8100.67295.6568.3219.8
Hex5010556510431284414
Octal120201256121010345010424
Binary1010000100001010101110101000101000011100101000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501055; }

 p { color: rgb(80,16,85); }

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

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

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

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

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

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

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