#4E165F

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

Shades of Scarlet Gum #4E165F

Tints of Scarlet Gum #4E165F

Color information

#4E165F (or 0x4E165F) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 16 and 5F. RGB value is (78,22,95). Sum of RGB (Red+Green+Blue) = 78+22+95=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E165F is #B1E9A0. Grayscale: #2E2E2E. Windows color (decimal): -11659681 or 6231630. OLE color: 6231630.

HSL color Cylindrical-coordinate representation of color #4E165F: hue angle of 286.03º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E165F is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB782295-
CMYK0.180.7700.63
HSL286.03º62.39%22.94%-
HSV(B)286.03º76.84%37.25%-
XYZ5.493.0211.12-
YUV47.07155.05150.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=40%
G=11.28%
B=48.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7822950.180.7700.63286.0362.3922.94
Hex4E165F124D03F11e3e17
Octal11626137221150774367627
Binary1001110101101011111100101001101011111110001111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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