#4C1055

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

Shades of Hot Purple #4C1055

Tints of Hot Purple #4C1055

Color information

#4C1055 (or 0x4C1055) is unknown color: approx Hot Purple. HEX triplet: 4C, 10 and 55. RGB value is (76,16,85). Sum of RGB (Red+Green+Blue) = 76+16+85=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C1055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1055 is #B3EFAA. Grayscale: #292929. Windows color (decimal): -11792299 or 5574732. OLE color: 5574732.

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

Color convert

RGB761685-
CMYK0.110.8100.67
HSL292.17º68.32%19.8%-
HSV(B)292.17º81.18%33.33%-
XYZ4.812.568.84-
YUV41.81152.38152.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.94%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 85 (33.59% from 255) = 48.02%
R=42.94%
G=9.04%
B=48.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7616850.110.8100.67292.1768.3219.8
Hex4C1055B510431244414
Octal1142012513121010344410424
Binary10011001000010101011011101000101000011100100100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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