#4C044D

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

Shades of Hot Purple #4C044D

Tints of Hot Purple #4C044D

Color information

#4C044D (or 0x4C044D) is unknown color: approx Hot Purple. HEX triplet: 4C, 04 and 4D. RGB value is (76,4,77). Sum of RGB (Red+Green+Blue) = 76+4+77=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C044D is #B3FBB2. Grayscale: #212121. Windows color (decimal): -11795379 or 5047372. OLE color: 5047372.

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

Color convert

RGB76477-
CMYK0.010.9500.70
HSL299.18º90.12%15.88%-
HSV(B)299.18º94.81%30.2%-
XYZ4.362.167.21-
YUV33.85152.35158.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.41%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=48.41%
G=2.55%
B=49.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal764770.010.9500.70299.1890.1215.88
Hex4C44D15F04612b5a10
Octal11441151137010645313220
Binary100110010010011011101111101000110100101011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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