#4C1656

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

Shades of Hot Purple #4C1656

Tints of Hot Purple #4C1656

Color information

#4C1656 (or 0x4C1656) is unknown color: approx Hot Purple. HEX triplet: 4C, 16 and 56. RGB value is (76,22,86). Sum of RGB (Red+Green+Blue) = 76+22+86=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #4C1656 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1656 is #B3E9A9. Grayscale: #2D2D2D. Windows color (decimal): -11790762 or 5641804. OLE color: 5641804.

HSL color Cylindrical-coordinate representation of color #4C1656: hue angle of 290.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1656 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB762286-
CMYK0.120.7400.66
HSL290.62º59.26%21.18%-
HSV(B)290.62º74.42%33.73%-
XYZ4.952.789.08-
YUV45.44150.89149.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.30%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=41.30%
G=11.96%
B=46.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7622860.120.7400.66290.6259.2621.18
Hex4C1656C4A0421233b15
Octal114261261411201024437325
Binary1001100101101010110110010010100100001010010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,22,86); }

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

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

 a { background-color: rgb(76,22,86); }

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

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

 span { border-color: rgb(76,22,86); }

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