Html Css Color HEX #4E205A Scarlet Gum

📋 copy color: '#4E205A'

red 78 ◦ green 32 ◦ blue 90

#4E205A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4E205A

Tints of Scarlet Gum #4E205A

RGB

 RED value IS 78 (30.86% from 255) = 39%

 GREEN value IS 32 (12.89% from 255) = 16%

 BLUE value IS 90 (35.55% from 255) = 45%

R = 39%
G = 16%
B = 45%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E205A (or 0x4E205A) is known color: Scarlet Gum. HEX triplet: 4E, 20 and 5A. RGB value is (78,32,90). Sum of RGB (Red+Green+Blue) = 78+32+90=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E205A is #B1DFA5. Grayscale: #343434. Windows color (decimal): -11657126 or 5906510. OLE color: 5906510.

HSL color Cylindrical-coordinate representation of color #4E205A: hue angle of 287.59º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E205A is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 32 90 -
CMYK 0.13 0.64 0 0.65
HSL 287.59º 0.48% 0.24% -
HSV(B) 287.59º 0.64% 0.35% -
XYZ 5.5 3.39 10.04 -
YUV 52.37 149.24 146.28 -
System Red Green Blue C M Y K H S L
Decimal 78 32 90 0.13 0.64 0 0.65 287.59 0.48 0.24
Hex 4E 20 5A D 40 0 41 120 30 18
Octal 116 40 132 15 100 0 101 440 60 30
Binary 1001110 100000 1011010 1101 1000000 0 1000001 100100000 110000 11000

Color Harmonies of #4E205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E205A

Black with #4E205A

Text Example


Text Example

White with #4E205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E205A;
 }
 .AnyTagClassName
 {
   color: #4E205A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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