#4C1155

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

Shades of Hot Purple #4C1155

Tints of Hot Purple #4C1155

Color information

#4C1155 (or 0x4C1155) is unknown color: approx Hot Purple. HEX triplet: 4C, 11 and 55. RGB value is (76,17,85). Sum of RGB (Red+Green+Blue) = 76+17+85=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C1155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1155 is #B3EEAA. Grayscale: #2A2A2A. Windows color (decimal): -11792043 or 5574988. OLE color: 5574988.

HSL color Cylindrical-coordinate representation of color #4C1155: hue angle of 292.06º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1155 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB761785-
CMYK0.110.8000.67
HSL292.06º66.67%20%-
HSV(B)292.06º80%33.33%-
XYZ4.822.598.84-
YUV42.39152.05151.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.70%
GREEN value IS 17 (7.03% from 255) = 9.55%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=42.70%
G=9.55%
B=47.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7617850.110.8000.67292.0666.6720
Hex4C1155B500431244314
Octal1142112513120010344410324
Binary10011001000110101011011101000001000011100100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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