Html Css Color HEX #4E0E65 Scarlet Gum

📋 copy color: '#4E0E65'

red 78 ◦ green 14 ◦ blue 101

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

Shades of Scarlet Gum #4E0E65

Tints of Scarlet Gum #4E0E65

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.25%

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

R = 40.41%
G = 7.25%
B = 52.33%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4E0E65 (or 0x4E0E65) is known color: Scarlet Gum. HEX triplet: 4E, 0E and 65. RGB value is (78,14,101). Sum of RGB (Red+Green+Blue) = 78+14+101=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E0E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0E65 is #B1F19A. Grayscale: #2A2A2A. Windows color (decimal): -11661723 or 6622798. OLE color: 6622798.

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

Color convert

RGB 78 14 101 -
CMYK 0.23 0.86 0 0.60
HSL 284.14º 0.76% 0.23% -
HSV(B) 284.14º 0.86% 0.4% -
XYZ 5.65 2.87 12.57 -
YUV 43.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 78 14 101 0.23 0.86 0 0.60 284.14 0.76 0.23
Hex 4E E 65 17 56 0 3C 11C 4C 17
Octal 116 16 145 27 126 0 74 434 114 27
Binary 1001110 1110 1100101 10111 1010110 0 111100 100011100 1001100 10111

Color Harmonies of #4E0E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0E65

Black with #4E0E65

Text Example


Text Example

White with #4E0E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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