#501855

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

Shades of Hot Purple #501855

Tints of Hot Purple #501855

Color information

#501855 (or 0x501855) is unknown color: approx Hot Purple. HEX triplet: 50, 18 and 55. RGB value is (80,24,85). Sum of RGB (Red+Green+Blue) = 80+24+85=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #501855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501855 is #AFE7AA. Grayscale: #2F2F2F. Windows color (decimal): -11528107 or 5576784. OLE color: 5576784.

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

Color convert

RGB802485-
CMYK0.060.7200.67
HSL295.08º55.96%21.37%-
HSV(B)295.08º71.76%33.33%-
XYZ5.273.018.9-
YUV47.7149.05151.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=42.33%
G=12.70%
B=44.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8024850.060.7200.67295.0855.9621.37
Hex5018556480431273815
Octal12030125611001034477025
Binary101000011000101010111010010000100001110010011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501855; }

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

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

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

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

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

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

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

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