#50055D

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

Shades of Hot Purple #50055D

Tints of Hot Purple #50055D

Color information

#50055D (or 0x50055D) is unknown color: approx Hot Purple. HEX triplet: 50, 05 and 5D. RGB value is (80,5,93). Sum of RGB (Red+Green+Blue) = 80+5+93=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #50055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50055D is #AFFAA2. Grayscale: #252525. Windows color (decimal): -11532963 or 6096208. OLE color: 6096208.

HSL color Cylindrical-coordinate representation of color #50055D: hue angle of 291.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50055D is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB80593-
CMYK0.140.9500.64
HSL291.14º89.8%19.22%-
HSV(B)291.14º94.62%36.47%-
XYZ5.342.610.58-
YUV37.46159.35158.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 5 (2.34% from 255) = 2.81%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=44.94%
G=2.81%
B=52.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal805930.140.9500.64291.1489.819.22
Hex5055DE5F0401235a13
Octal120513516137010044313223
Binary101000010110111011110101111101000000100100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50055D; }

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

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

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

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

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

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

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

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