#4C1154

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

Shades of Hot Purple #4C1154

Tints of Hot Purple #4C1154

Color information

#4C1154 (or 0x4C1154) is unknown color: approx Hot Purple. HEX triplet: 4C, 11 and 54. RGB value is (76,17,84). Sum of RGB (Red+Green+Blue) = 76+17+84=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 84 (33.20% from 255 or 47.46% from 177); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C1154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1154 is #B3EEAB. Grayscale: #2A2A2A. Windows color (decimal): -11792044 or 5509452. OLE color: 5509452.

HSL color Cylindrical-coordinate representation of color #4C1154: hue angle of 292.84º degrees, saturation: 0.66, 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 #4C1154 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB761784-
CMYK0.100.8000.67
HSL292.84º66.34%19.8%-
HSV(B)292.84º79.76%32.94%-
XYZ4.782.588.63-
YUV42.28151.55152.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.94%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 84 (33.20% from 255) = 47.46%
R=42.94%
G=9.60%
B=47.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7617840.100.8000.67292.8466.3419.8
Hex4C1154A500431254214
Octal1142112412120010344510224
Binary10011001000110101001010101000001000011100100101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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