#4C304D

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

Shades of Hot Purple #4C304D

Tints of Hot Purple #4C304D

Color information

#4C304D (or 0x4C304D) is unknown color: approx Hot Purple. HEX triplet: 4C, 30 and 4D. RGB value is (76,48,77). Sum of RGB (Red+Green+Blue) = 76+48+77=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C304D is #B3CFB2. Grayscale: #3B3B3B. Windows color (decimal): -11784115 or 5058636. OLE color: 5058636.

HSL color Cylindrical-coordinate representation of color #4C304D: hue angle of 297.93º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C304D is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB764877-
CMYK0.010.3800.70
HSL297.93º23.2%24.51%-
HSV(B)297.93º37.66%30.2%-
XYZ5.384.197.55-
YUV59.68137.78139.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.81%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=37.81%
G=23.88%
B=38.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7648770.010.3800.70297.9323.224.51
Hex4C304D12604612a1719
Octal1146011514601064522731
Binary100110011000010011011100110010001101001010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,48,77); }

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

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

 a { background-color: rgb(76,48,77); }

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

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

 span { border-color: rgb(76,48,77); }

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