#50334F

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

Shades of Hot Purple #50334F

Tints of Hot Purple #50334F

Color information

#50334F (or 0x50334F) is unknown color: approx Hot Purple. HEX triplet: 50, 33 and 4F. RGB value is (80,51,79). Sum of RGB (Red+Green+Blue) = 80+51+79=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 80 - color contains mainly: red. Hex color #50334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50334F is #AFCCB0. Grayscale: #3E3E3E. Windows color (decimal): -11521201 or 5190480. OLE color: 5190480.

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

Color convert

RGB805179-
CMYK00.360.010.69
HSL302.07º22.14%25.69%-
HSV(B)302.07º36.25%31.37%-
XYZ5.94.647.98-
YUV62.86137.11140.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=38.10%
G=24.29%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80517900.360.010.69302.0722.1425.69
Hex50334F02414512e161a
Octal1206311704411054562632
Binary101000011001110011110100100110001011001011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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