Html Css Color HEX #4E1261 Scarlet Gum

📋 copy color: '#4E1261'

red 78 ◦ green 18 ◦ blue 97

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

Shades of Scarlet Gum #4E1261

Tints of Scarlet Gum #4E1261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 40.41%
G = 9.33%
B = 50.26%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E1261 (or 0x4E1261) is known color: Scarlet Gum. HEX triplet: 4E, 12 and 61. RGB value is (78,18,97). Sum of RGB (Red+Green+Blue) = 78+18+97=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1261 is #B1ED9E. Grayscale: #2C2C2C. Windows color (decimal): -11660703 or 6361678. OLE color: 6361678.

HSL color Cylindrical-coordinate representation of color #4E1261: hue angle of 285.57º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E1261 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 18 97 -
CMYK 0.20 0.81 0 0.62
HSL 285.57º 0.69% 0.23% -
HSV(B) 285.57º 0.81% 0.38% -
XYZ 5.52 2.92 11.58 -
YUV 44.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 78 18 97 0.20 0.81 0 0.62 285.57 0.69 0.23
Hex 4E 12 61 14 51 0 3E 11E 45 17
Octal 116 22 141 24 121 0 76 436 105 27
Binary 1001110 10010 1100001 10100 1010001 0 111110 100011110 1000101 10111

Color Harmonies of #4E1261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1261

Black with #4E1261

Text Example


Text Example

White with #4E1261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,18,97); }

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

background-color css

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

 a { background-color: rgb(78,18,97); }

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

border-color css

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

 span { border-color: rgb(78,18,97); }

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