Html Css Color HEX #4E1561 Scarlet Gum

📋 copy color: '#4E1561'

red 78 ◦ green 21 ◦ blue 97

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

Shades of Scarlet Gum #4E1561

Tints of Scarlet Gum #4E1561

RGB

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

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

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

R = 39.8%
G = 10.71%
B = 49.49%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E1561 (or 0x4E1561) is known color: Scarlet Gum. HEX triplet: 4E, 15 and 61. RGB value is (78,21,97). Sum of RGB (Red+Green+Blue) = 78+21+97=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1561 is #B1EA9E. Grayscale: #2E2E2E. Windows color (decimal): -11659935 or 6362446. OLE color: 6362446.

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

Color convert

RGB 78 21 97 -
CMYK 0.20 0.78 0 0.62
HSL 285º 0.64% 0.23% -
HSV(B) 285º 0.78% 0.38% -
XYZ 5.57 3.02 11.6 -
YUV 46.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 78 21 97 0.20 0.78 0 0.62 285 0.64 0.23
Hex 4E 15 61 14 4E 0 3E 11D 40 17
Octal 116 25 141 24 116 0 76 435 100 27
Binary 1001110 10101 1100001 10100 1001110 0 111110 100011101 1000000 10111

Color Harmonies of #4E1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1561

Black with #4E1561

Text Example


Text Example

White with #4E1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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