#4E205D

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

Shades of Scarlet Gum #4E205D

Tints of Scarlet Gum #4E205D

Color information

#4E205D (or 0x4E205D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 20 and 5D. RGB value is (78,32,93). Sum of RGB (Red+Green+Blue) = 78+32+93=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E205D is #B1DFA2. Grayscale: #343434. Windows color (decimal): -11657123 or 6103118. OLE color: 6103118.

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

Color convert

RGB783293-
CMYK0.160.6600.64
HSL285.25º48.8%24.51%-
HSV(B)285.25º65.59%36.47%-
XYZ5.633.4410.72-
YUV52.71150.74146.04-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.42%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 93 (36.72% from 255) = 45.81%
R=38.42%
G=15.76%
B=45.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7832930.160.6600.64285.2548.824.51
Hex4E205D104204011d3119
Octal116401352010201004356131
Binary100111010000010111011000010000100100000010001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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