#4D334E

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

Shades of Hot Purple #4D334E

Tints of Hot Purple #4D334E

Color information

#4D334E (or 0x4D334E) is unknown color: approx Hot Purple. HEX triplet: 4D, 33 and 4E. RGB value is (77,51,78). Sum of RGB (Red+Green+Blue) = 77+51+78=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #4D334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D334E is #B2CCB1. Grayscale: #3D3D3D. Windows color (decimal): -11717810 or 5124941. OLE color: 5124941.

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

Color convert

RGB775178-
CMYK0.010.3500.69
HSL297.78º20.93%25.29%-
HSV(B)297.78º34.62%30.59%-
XYZ5.624.57.78-
YUV61.85137.11138.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.38%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=37.38%
G=24.76%
B=37.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7751780.010.3500.69297.7820.9325.29
Hex4D334E12304512a1519
Octal1156311614301054522531
Binary100110111001110011101100011010001011001010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,78); }

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

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

 a { background-color: rgb(77,51,78); }

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

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

 span { border-color: rgb(77,51,78); }

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