Html Css Color HEX #4E155F Scarlet Gum

📋 copy color: '#4E155F'

red 78 ◦ green 21 ◦ blue 95

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

Shades of Scarlet Gum #4E155F

Tints of Scarlet Gum #4E155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

 BLUE value IS 95 (37.5% from 255) = 48.97%

R = 40.21%
G = 10.82%
B = 48.97%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4E155F (or 0x4E155F) is known color: Scarlet Gum. HEX triplet: 4E, 15 and 5F. RGB value is (78,21,95). Sum of RGB (Red+Green+Blue) = 78+21+95=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E155F is #B1EAA0. Grayscale: #2E2E2E. Windows color (decimal): -11659937 or 6231374. OLE color: 6231374.

HSL color Cylindrical-coordinate representation of color #4E155F: hue angle of 286.22º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E155F is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 78 21 95 -
CMYK 0.18 0.78 0 0.63
HSL 286.22º 0.64% 0.23% -
HSV(B) 286.22º 0.78% 0.37% -
XYZ 5.48 2.98 11.11 -
YUV 46.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 78 21 95 0.18 0.78 0 0.63 286.22 0.64 0.23
Hex 4E 15 5F 12 4E 0 3F 11E 40 17
Octal 116 25 137 22 116 0 77 436 100 27
Binary 1001110 10101 1011111 10010 1001110 0 111111 100011110 1000000 10111

Color Harmonies of #4E155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E155F

Black with #4E155F

Text Example


Text Example

White with #4E155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,21,95); }

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

background-color css

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

 a { background-color: rgb(78,21,95); }

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

border-color css

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

 span { border-color: rgb(78,21,95); }

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