#50094F

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

Shades of Hot Purple #50094F

Tints of Hot Purple #50094F

Color information

#50094F (or 0x50094F) is unknown color: approx Hot Purple. HEX triplet: 50, 09 and 4F. RGB value is (80,9,79). Sum of RGB (Red+Green+Blue) = 80+9+79=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #50094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50094F is #AFF6B0. Grayscale: #262626. Windows color (decimal): -11531953 or 5179728. OLE color: 5179728.

HSL color Cylindrical-coordinate representation of color #50094F: hue angle of 300.85º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50094F is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB80979-
CMYK00.890.010.69
HSL300.85º79.78%17.45%-
HSV(B)300.85º88.75%31.37%-
XYZ4.822.477.62-
YUV38.21151.02157.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 79 (31.25% from 255) = 47.02%
R=47.62%
G=5.36%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8097900.890.010.69300.8579.7817.45
Hex5094F05914512d5011
Octal120111170131110545512021
Binary1010000100110011110101100111000101100101101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50094F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50094F; }

 p { color: rgb(80,9,79); }

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

<style>
 a { background-color: #50094F; }

 a { background-color: rgb(80,9,79); }

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

<style>
 span { border-color: #50094F; }

 span { border-color: rgb(80,9,79); }

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