#500E55

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

Shades of Hot Purple #500E55

Tints of Hot Purple #500E55

Color information

#500E55 (or 0x500E55) is unknown color: approx Hot Purple. HEX triplet: 50, 0E and 55. RGB value is (80,14,85). Sum of RGB (Red+Green+Blue) = 80+14+85=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #500E55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500E55 is #AFF1AA. Grayscale: #292929. Windows color (decimal): -11530667 or 5574224. OLE color: 5574224.

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

Color convert

RGB801485-
CMYK0.060.8400.67
HSL295.77º71.72%19.41%-
HSV(B)295.77º83.53%33.33%-
XYZ5.12.688.84-
YUV41.83152.37155.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=44.69%
G=7.82%
B=47.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8014850.060.8400.67295.7771.7219.41
Hex50E556540431284813
Octal120161256124010345011023
Binary101000011101010101110101010001000011100101000100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500E55; }

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

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

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

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

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

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

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

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