#50155B

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

Shades of Hot Purple #50155B

Tints of Hot Purple #50155B

Color information

#50155B (or 0x50155B) is unknown color: approx Hot Purple. HEX triplet: 50, 15 and 5B. RGB value is (80,21,91). Sum of RGB (Red+Green+Blue) = 80+21+91=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #50155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50155B is #AFEAA4. Grayscale: #2E2E2E. Windows color (decimal): -11528869 or 5969232. OLE color: 5969232.

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

Color convert

RGB802191-
CMYK0.120.7700.64
HSL290.57º62.5%21.96%-
HSV(B)290.57º76.92%35.69%-
XYZ5.46310.19-
YUV46.62153.05151.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.67%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 91 (35.94% from 255) = 47.40%
R=41.67%
G=10.94%
B=47.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8021910.120.7700.64290.5762.521.96
Hex50155BC4D0401233e16
Octal120251331411501004437626
Binary1010000101011011011110010011010100000010010001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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