#50125B

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

Shades of Hot Purple #50125B

Tints of Hot Purple #50125B

Color information

#50125B (or 0x50125B) is unknown color: approx Hot Purple. HEX triplet: 50, 12 and 5B. RGB value is (80,18,91). Sum of RGB (Red+Green+Blue) = 80+18+91=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #50125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50125B is #AFEDA4. Grayscale: #2C2C2C. Windows color (decimal): -11529637 or 5968464. OLE color: 5968464.

HSL color Cylindrical-coordinate representation of color #50125B: hue angle of 290.96º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50125B is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB801891-
CMYK0.120.8000.64
HSL290.96º66.97%21.37%-
HSV(B)290.96º80.22%35.69%-
XYZ5.412.8910.17-
YUV44.86154.04153.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.33%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 91 (35.94% from 255) = 48.15%
R=42.33%
G=9.52%
B=48.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8018910.120.8000.64290.9666.9721.37
Hex50125BC500401234315
Octal1202213314120010044310325
Binary10100001001010110111100101000001000000100100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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