#4C114A

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

Shades of Hot Purple #4C114A

Tints of Hot Purple #4C114A

Color information

#4C114A (or 0x4C114A) is unknown color: approx Hot Purple. HEX triplet: 4C, 11 and 4A. RGB value is (76,17,74). Sum of RGB (Red+Green+Blue) = 76+17+74=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C114A is #B3EEB5. Grayscale: #282828. Windows color (decimal): -11792054 or 4854092. OLE color: 4854092.

HSL color Cylindrical-coordinate representation of color #4C114A: hue angle of 302.03º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C114A is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB761774-
CMYK00.780.030.70
HSL302.03º63.44%18.24%-
HSV(B)302.03º77.63%29.8%-
XYZ4.422.436.72-
YUV41.14146.55152.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 45.51%
GREEN value IS 17 (7.03% from 255) = 10.18%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=45.51%
G=10.18%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76177400.780.030.70302.0363.4418.24
Hex4C114A04E34612e3f12
Octal11421112011631064567722
Binary10011001000110010100100111011100011010010111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C114A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,17,74); }

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

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

 a { background-color: rgb(76,17,74); }

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

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

 span { border-color: rgb(76,17,74); }

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