#4E165D

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

Shades of Scarlet Gum #4E165D

Tints of Scarlet Gum #4E165D

Color information

#4E165D (or 0x4E165D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 16 and 5D. RGB value is (78,22,93). Sum of RGB (Red+Green+Blue) = 78+22+93=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E165D is #B1E9A2. Grayscale: #2E2E2E. Windows color (decimal): -11659683 or 6100558. OLE color: 6100558.

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

Color convert

RGB782293-
CMYK0.160.7600.64
HSL287.32º61.74%22.55%-
HSV(B)287.32º76.34%36.47%-
XYZ5.42.9810.65-
YUV46.84154.05150.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=40.41%
G=11.40%
B=48.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7822930.160.7600.64287.3261.7422.55
Hex4E165D104C04011f3e17
Octal116261352011401004377627
Binary10011101011010111011000010011000100000010001111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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