#4C314E

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

Shades of Hot Purple #4C314E

Tints of Hot Purple #4C314E

Color information

#4C314E (or 0x4C314E) is unknown color: approx Hot Purple. HEX triplet: 4C, 31 and 4E. RGB value is (76,49,78). Sum of RGB (Red+Green+Blue) = 76+49+78=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C314E is #B3CEB1. Grayscale: #3C3C3C. Windows color (decimal): -11783858 or 5124428. OLE color: 5124428.

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

Color convert

RGB764978-
CMYK0.030.3700.69
HSL295.86º22.83%24.9%-
HSV(B)295.86º37.18%30.59%-
XYZ5.454.287.75-
YUV60.38137.95139.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=37.44%
G=24.14%
B=38.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7649780.030.3700.69295.8622.8324.9
Hex4C314E3250451281719
Octal1146111634501054502731
Binary1001100110001100111011100101010001011001010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,78); }

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

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

 a { background-color: rgb(76,49,78); }

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

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

 span { border-color: rgb(76,49,78); }

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