#50155A

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

Shades of Hot Purple #50155A

Tints of Hot Purple #50155A

Color information

#50155A (or 0x50155A) is unknown color: approx Hot Purple. HEX triplet: 50, 15 and 5A. RGB value is (80,21,90). Sum of RGB (Red+Green+Blue) = 80+21+90=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #50155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50155A is #AFEAA5. Grayscale: #2E2E2E. Windows color (decimal): -11528870 or 5903696. OLE color: 5903696.

HSL color Cylindrical-coordinate representation of color #50155A: hue angle of 291.3º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50155A is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB802190-
CMYK0.110.7700.65
HSL291.3º62.16%21.76%-
HSV(B)291.3º76.67%35.29%-
XYZ5.422.989.96-
YUV46.51152.55151.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 90 (35.55% from 255) = 47.12%
R=41.88%
G=10.99%
B=47.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8021900.110.7700.65291.362.1621.76
Hex50155AB4D0411233e16
Octal120251321311501014437626
Binary1010000101011011010101110011010100000110010001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50155A; }

 p { color: rgb(80,21,90); }

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

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

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

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

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

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

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