#4C324F

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

Shades of Hot Purple #4C324F

Tints of Hot Purple #4C324F

Color information

#4C324F (or 0x4C324F) is unknown color: approx Hot Purple. HEX triplet: 4C, 32 and 4F. RGB value is (76,50,79). Sum of RGB (Red+Green+Blue) = 76+50+79=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C324F is #B3CDB0. Grayscale: #3C3C3C. Windows color (decimal): -11783601 or 5190220. OLE color: 5190220.

HSL color Cylindrical-coordinate representation of color #4C324F: hue angle of 293.79º degrees, saturation: 0.22, 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 #4C324F is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB765079-
CMYK0.040.3700.69
HSL293.79º22.48%25.29%-
HSV(B)293.79º36.71%30.98%-
XYZ5.534.387.95-
YUV61.08138.11138.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.07%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=37.07%
G=24.39%
B=38.54%

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
Decimal7650790.040.3700.69293.7922.4825.29
Hex4C324F4250451261619
Octal1146211744501054462631
Binary10011001100101001111100100101010001011001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,79); }

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

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

 a { background-color: rgb(76,50,79); }

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

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

 span { border-color: rgb(76,50,79); }

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