#4E1D60

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

Shades of Scarlet Gum #4E1D60

Tints of Scarlet Gum #4E1D60

Color information

#4E1D60 (or 0x4E1D60) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 1D and 60. RGB value is (78,29,96). Sum of RGB (Red+Green+Blue) = 78+29+96=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E1D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1D60 is #B1E29F. Grayscale: #333333. Windows color (decimal): -11657888 or 6298958. OLE color: 6298958.

HSL color Cylindrical-coordinate representation of color #4E1D60: hue angle of 283.88º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E1D60 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB782996-
CMYK0.190.7000.62
HSL283.88º53.6%24.51%-
HSV(B)283.88º69.79%37.65%-
XYZ5.693.3411.41-
YUV51.29153.23147.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 29 (11.72% from 255) = 14.29%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=38.42%
G=14.29%
B=47.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7829960.190.7000.62283.8853.624.51
Hex4E1D60134603E11c3619
Octal11635140231060764346631
Binary1001110111011100000100111000110011111010001110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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