#50304F

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

Shades of Hot Purple #50304F

Tints of Hot Purple #50304F

Color information

#50304F (or 0x50304F) is unknown color: approx Hot Purple. HEX triplet: 50, 30 and 4F. RGB value is (80,48,79). Sum of RGB (Red+Green+Blue) = 80+48+79=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 80 - color contains mainly: red. Hex color #50304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50304F is #AFCFB0. Grayscale: #3D3D3D. Windows color (decimal): -11521969 or 5189712. OLE color: 5189712.

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

Color convert

RGB804879-
CMYK00.400.010.69
HSL301.88º25%25.1%-
HSV(B)301.88º40%31.37%-
XYZ5.784.387.94-
YUV61.1138.1141.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.65%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=38.65%
G=23.19%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80487900.400.010.69301.882525.1
Hex50304F02814512e1919
Octal1206011705011054563131
Binary101000011000010011110101000110001011001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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