#50145B

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

Shades of Hot Purple #50145B

Tints of Hot Purple #50145B

Color information

#50145B (or 0x50145B) is unknown color: approx Hot Purple. HEX triplet: 50, 14 and 5B. RGB value is (80,20,91). Sum of RGB (Red+Green+Blue) = 80+20+91=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 91 (35.94% from 255 or 47.64% from 191); Max value from RGB is 91 - color contains mainly: blue. Hex color #50145B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50145B is #AFEBA4. Grayscale: #2D2D2D. Windows color (decimal): -11529125 or 5968976. OLE color: 5968976.

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

Color convert

RGB802091-
CMYK0.120.7800.64
HSL290.7º63.96%21.76%-
HSV(B)290.7º78.02%35.69%-
XYZ5.452.9610.18-
YUV46.03153.38152.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.88%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 91 (35.94% from 255) = 47.64%
R=41.88%
G=10.47%
B=47.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8020910.120.7800.64290.763.9621.76
Hex50145BC4E0401234016
Octal1202413314116010044310026
Binary10100001010010110111100100111001000000100100011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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