#4E1560

Color #4E1560 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4E1560

Tints of Scarlet Gum #4E1560

Color information

#4E1560 (or 0x4E1560) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 15 and 60. RGB value is (78,21,96). Sum of RGB (Red+Green+Blue) = 78+21+96=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E1560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1560 is #B1EA9F. Grayscale: #2E2E2E. Windows color (decimal): -11659936 or 6296910. OLE color: 6296910.

HSL color Cylindrical-coordinate representation of color #4E1560: hue angle of 285.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1560 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB782196-
CMYK0.190.7800.62
HSL285.6º64.1%22.94%-
HSV(B)285.6º78.12%37.65%-
XYZ5.52311.35-
YUV46.59155.88150.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=40%
G=10.77%
B=49.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7821960.190.7800.62285.664.122.94
Hex4E1560134E03E11e4017
Octal116251402311607643610027
Binary10011101010111000001001110011100111110100011110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,21,96); }

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

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

 a { background-color: rgb(78,21,96); }

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

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

 span { border-color: rgb(78,21,96); }

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