#4E135F

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

Shades of Scarlet Gum #4E135F

Tints of Scarlet Gum #4E135F

Color information

#4E135F (or 0x4E135F) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 13 and 5F. RGB value is (78,19,95). Sum of RGB (Red+Green+Blue) = 78+19+95=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E135F is #B1ECA0. Grayscale: #2D2D2D. Windows color (decimal): -11660449 or 6230862. OLE color: 6230862.

HSL color Cylindrical-coordinate representation of color #4E135F: hue angle of 286.58º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E135F is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB781995-
CMYK0.180.8000.63
HSL286.58º66.67%22.35%-
HSV(B)286.58º80%37.25%-
XYZ5.442.9111.1-
YUV45.3156.05151.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.62%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 95 (37.5% from 255) = 49.48%
R=40.62%
G=9.90%
B=49.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7819950.180.8000.63286.5866.6722.35
Hex4E135F125003F11f4316
Octal116231372212007743710326
Binary10011101001110111111001010100000111111100011111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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