Html Css Color HEX #4E135D Scarlet Gum

📋 copy color: '#4E135D'

red 78 ◦ green 19 ◦ blue 93

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

Shades of Scarlet Gum #4E135D

Tints of Scarlet Gum #4E135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10%

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

R = 41.05%
G = 10%
B = 48.95%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E135D (or 0x4E135D) is known color: Scarlet Gum. HEX triplet: 4E, 13 and 5D. RGB value is (78,19,93). Sum of RGB (Red+Green+Blue) = 78+19+93=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E135D is #B1ECA2. Grayscale: #2C2C2C. Windows color (decimal): -11660451 or 6099790. OLE color: 6099790.

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

Color convert

RGB 78 19 93 -
CMYK 0.16 0.80 0 0.64
HSL 287.84º 0.66% 0.22% -
HSV(B) 287.84º 0.8% 0.36% -
XYZ 5.35 2.88 10.63 -
YUV 45.08 155.05 151.48 -
System Red Green Blue C M Y K H S L
Decimal 78 19 93 0.16 0.80 0 0.64 287.84 0.66 0.22
Hex 4E 13 5D 10 50 0 40 120 42 16
Octal 116 23 135 20 120 0 100 440 102 26
Binary 1001110 10011 1011101 10000 1010000 0 1000000 100100000 1000010 10110

Color Harmonies of #4E135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E135D

Black with #4E135D

Text Example


Text Example

White with #4E135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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