#50055C

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

Shades of Hot Purple #50055C

Tints of Hot Purple #50055C

Color information

#50055C (or 0x50055C) is unknown color: approx Hot Purple. HEX triplet: 50, 05 and 5C. RGB value is (80,5,92). Sum of RGB (Red+Green+Blue) = 80+5+92=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #50055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50055C is #AFFAA3. Grayscale: #252525. Windows color (decimal): -11532964 or 6030672. OLE color: 6030672.

HSL color Cylindrical-coordinate representation of color #50055C: hue angle of 291.72º 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 #50055C is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB80592-
CMYK0.130.9500.64
HSL291.72º89.69%19.02%-
HSV(B)291.72º94.57%36.08%-
XYZ5.292.5910.35-
YUV37.34158.85158.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.20%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 92 (36.33% from 255) = 51.98%
R=45.20%
G=2.82%
B=51.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal805920.130.9500.64291.7289.6919.02
Hex5055CD5F0401245a13
Octal120513415137010044413223
Binary101000010110111001101101111101000000100100100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50055C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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