Html Css Color HEX #4E215A Scarlet Gum

📋 copy color: '#4E215A'

red 78 ◦ green 33 ◦ blue 90

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

Shades of Scarlet Gum #4E215A

Tints of Scarlet Gum #4E215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 38.81%
G = 16.42%
B = 44.78%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E215A (or 0x4E215A) is known color: Scarlet Gum. HEX triplet: 4E, 21 and 5A. RGB value is (78,33,90). Sum of RGB (Red+Green+Blue) = 78+33+90=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E215A is #B1DEA5. Grayscale: #343434. Windows color (decimal): -11656870 or 5906766. OLE color: 5906766.

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

Color convert

RGB 78 33 90 -
CMYK 0.13 0.63 0 0.65
HSL 287.37º 0.46% 0.24% -
HSV(B) 287.37º 0.63% 0.35% -
XYZ 5.53 3.45 10.05 -
YUV 52.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 78 33 90 0.13 0.63 0 0.65 287.37 0.46 0.24
Hex 4E 21 5A D 3F 0 41 11F 2E 18
Octal 116 41 132 15 77 0 101 437 56 30
Binary 1001110 100001 1011010 1101 111111 0 1000001 100011111 101110 11000

Color Harmonies of #4E215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E215A

Black with #4E215A

Text Example


Text Example

White with #4E215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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