#500550

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

Shades of Hot Purple #500550

Tints of Hot Purple #500550

Color information

#500550 (or 0x500550) is unknown color: approx Hot Purple. HEX triplet: 50, 05 and 50. RGB value is (80,5,80). Sum of RGB (Red+Green+Blue) = 80+5+80=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #500550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500550 is #AFFAAF. Grayscale: #232323. Windows color (decimal): -11532976 or 5244240. OLE color: 5244240.

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

Color convert

RGB80580-
CMYK00.9400.69
HSL300º88.24%16.67%-
HSV(B)300º93.75%31.37%-
XYZ4.812.397.8-
YUV35.97152.85159.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=48.48%
G=3.03%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8058000.9400.6930088.2416.67
Hex5055005E04512c5811
Octal12051200136010545413021
Binary101000010110100000101111001000101100101100101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500550; }

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

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

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

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

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

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

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

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