#4C1E57

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

Shades of Hot Purple #4C1E57

Tints of Hot Purple #4C1E57

Color information

#4C1E57 (or 0x4C1E57) is unknown color: approx Hot Purple. HEX triplet: 4C, 1E and 57. RGB value is (76,30,87). Sum of RGB (Red+Green+Blue) = 76+30+87=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C1E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1E57 is #B3E1A8. Grayscale: #323232. Windows color (decimal): -11788713 or 5709388. OLE color: 5709388.

HSL color Cylindrical-coordinate representation of color #4C1E57: hue angle of 288.42º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C1E57 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB763087-
CMYK0.130.6600.66
HSL288.42º48.72%22.94%-
HSV(B)288.42º65.52%34.12%-
XYZ5.173.159.35-
YUV50.25148.74146.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.38%
GREEN value IS 30 (12.11% from 255) = 15.54%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=39.38%
G=15.54%
B=45.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7630870.130.6600.66288.4248.7222.94
Hex4C1E57D420421203117
Octal114361271510201024406127
Binary1001100111101010111110110000100100001010010000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,30,87); }

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

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

 a { background-color: rgb(76,30,87); }

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

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

 span { border-color: rgb(76,30,87); }

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