#4C124D

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

Shades of Hot Purple #4C124D

Tints of Hot Purple #4C124D

Color information

#4C124D (or 0x4C124D) is unknown color: approx Hot Purple. HEX triplet: 4C, 12 and 4D. RGB value is (76,18,77). Sum of RGB (Red+Green+Blue) = 76+18+77=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C124D is #B3EDB2. Grayscale: #292929. Windows color (decimal): -11791795 or 5050956. OLE color: 5050956.

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

Color convert

RGB761877-
CMYK0.010.7700.70
HSL298.98º62.11%18.63%-
HSV(B)298.98º76.62%30.2%-
XYZ4.542.57.27-
YUV42.07147.72152.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=44.44%
G=10.53%
B=45.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7618770.010.7700.70298.9862.1118.63
Hex4C124D14D04612b3e13
Octal11422115111501064537623
Binary1001100100101001101110011010100011010010101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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