#500053

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

Shades of Hot Purple #500053

Tints of Hot Purple #500053

Color information

#500053 (or 0x500053) is unknown color: approx Hot Purple. HEX triplet: 50, 00 and 53. RGB value is (80,0,83). Sum of RGB (Red+Green+Blue) = 80+0+83=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #500053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500053 is #AFFFAC. Grayscale: #212121. Windows color (decimal): -11534253 or 5439568. OLE color: 5439568.

HSL color Cylindrical-coordinate representation of color #500053: hue angle of 297.83º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500053 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB80083-
CMYK0.04100.67
HSL297.83º100%16.27%-
HSV(B)297.83º100%32.55%-
XYZ4.872.338.38-
YUV33.38156161.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 50.92%
R=49.08%
G=0%
B=50.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal800830.04100.67297.8310016.27
Hex5005346404312a6410
Octal12001234144010345214420
Binary101000001010011100110010001000011100101010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500053; }

 p { color: rgb(80,0,83); }

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

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

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

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

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

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

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