#4E315D

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

Shades of Scarlet Gum #4E315D

Tints of Scarlet Gum #4E315D

Color information

#4E315D (or 0x4E315D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 31 and 5D. RGB value is (78,49,93). Sum of RGB (Red+Green+Blue) = 78+49+93=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E315D is #B1CEA2. Grayscale: #3E3E3E. Windows color (decimal): -11652771 or 6107470. OLE color: 6107470.

HSL color Cylindrical-coordinate representation of color #4E315D: hue angle of 279.55º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E315D is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB784993-
CMYK0.160.4700.64
HSL279.55º30.99%27.84%-
HSV(B)279.55º47.31%36.47%-
XYZ6.224.6110.92-
YUV62.69145.11138.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.45%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=35.45%
G=22.27%
B=42.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7849930.160.4700.64279.5530.9927.84
Hex4E315D102F0401181f1c
Octal11661135205701004303734
Binary1001110110001101110110000101111010000001000110001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,93); }

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

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

 a { background-color: rgb(78,49,93); }

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

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

 span { border-color: rgb(78,49,93); }

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