Html Css Color HEX #4E1E65 Scarlet Gum

📋 copy color: '#4E1E65'

red 78 ◦ green 30 ◦ blue 101

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

Shades of Scarlet Gum #4E1E65

Tints of Scarlet Gum #4E1E65

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.35%

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 37.32%
G = 14.35%
B = 48.33%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4E1E65 (or 0x4E1E65) is known color: Scarlet Gum. HEX triplet: 4E, 1E and 65. RGB value is (78,30,101). Sum of RGB (Red+Green+Blue) = 78+30+101=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E1E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1E65 is #B1E19A. Grayscale: #343434. Windows color (decimal): -11657627 or 6626894. OLE color: 6626894.

HSL color Cylindrical-coordinate representation of color #4E1E65: hue angle of 280.56º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E1E65 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 78 30 101 -
CMYK 0.23 0.70 0 0.60
HSL 280.56º 0.54% 0.26% -
HSV(B) 280.56º 0.7% 0.4% -
XYZ 5.96 3.49 12.67 -
YUV 52.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 78 30 101 0.23 0.70 0 0.60 280.56 0.54 0.26
Hex 4E 1E 65 17 46 0 3C 119 36 1A
Octal 116 36 145 27 106 0 74 431 66 32
Binary 1001110 11110 1100101 10111 1000110 0 111100 100011001 110110 11010

Color Harmonies of #4E1E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1E65

Black with #4E1E65

Text Example


Text Example

White with #4E1E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,30,101); }

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

background-color css

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

 a { background-color: rgb(78,30,101); }

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

border-color css

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

 span { border-color: rgb(78,30,101); }

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