Html Css Color HEX #4E105D Scarlet Gum

📋 copy color: '#4E105D'

red 78 ◦ green 16 ◦ blue 93

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

Shades of Scarlet Gum #4E105D

Tints of Scarlet Gum #4E105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 41.71%
G = 8.56%
B = 49.73%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E105D (or 0x4E105D) is known color: Scarlet Gum. HEX triplet: 4E, 10 and 5D. RGB value is (78,16,93). Sum of RGB (Red+Green+Blue) = 78+16+93=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E105D is #B1EFA2. Grayscale: #2B2B2B. Windows color (decimal): -11661219 or 6099022. OLE color: 6099022.

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

Color convert

RGB 78 16 93 -
CMYK 0.16 0.83 0 0.64
HSL 288.31º 0.71% 0.21% -
HSV(B) 288.31º 0.83% 0.36% -
XYZ 5.3 2.78 10.61 -
YUV 43.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 78 16 93 0.16 0.83 0 0.64 288.31 0.71 0.21
Hex 4E 10 5D 10 53 0 40 120 47 15
Octal 116 20 135 20 123 0 100 440 107 25
Binary 1001110 10000 1011101 10000 1010011 0 1000000 100100000 1000111 10101

Color Harmonies of #4E105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E105D

Black with #4E105D

Text Example


Text Example

White with #4E105D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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