#4D3250

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

Shades of Hot Purple #4D3250

Tints of Hot Purple #4D3250

Color information

#4D3250 (or 0x4D3250) is unknown color: approx Hot Purple. HEX triplet: 4D, 32 and 50. RGB value is (77,50,80). Sum of RGB (Red+Green+Blue) = 77+50+80=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D3250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3250 is #B2CDAF. Grayscale: #3D3D3D. Windows color (decimal): -11718064 or 5255757. OLE color: 5255757.

HSL color Cylindrical-coordinate representation of color #4D3250: hue angle of 294º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D3250 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB775080-
CMYK0.040.3700.69
HSL294º23.08%25.49%-
HSV(B)294º37.5%31.37%-
XYZ5.654.448.15-
YUV61.49138.45139.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=37.20%
G=24.15%
B=38.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7750800.040.3700.6929423.0825.49
Hex4D32504250451261719
Octal1156212044501054462731
Binary10011011100101010000100100101010001011001001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D3250; }

 p { color: rgb(77,50,80); }

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

<style>
 a { background-color: #4D3250; }

 a { background-color: rgb(77,50,80); }

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

<style>
 span { border-color: #4D3250; }

 span { border-color: rgb(77,50,80); }

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