Html Css Color HEX #4E1360 Scarlet Gum

📋 copy color: '#4E1360'

red 78 ◦ green 19 ◦ blue 96

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

Shades of Scarlet Gum #4E1360

Tints of Scarlet Gum #4E1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 40.41%
G = 9.84%
B = 49.74%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E1360 (or 0x4E1360) is known color: Scarlet Gum. HEX triplet: 4E, 13 and 60. RGB value is (78,19,96). Sum of RGB (Red+Green+Blue) = 78+19+96=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E1360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1360 is #B1EC9F. Grayscale: #2D2D2D. Windows color (decimal): -11660448 or 6296398. OLE color: 6296398.

HSL color Cylindrical-coordinate representation of color #4E1360: hue angle of 285.97º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E1360 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 19 96 -
CMYK 0.19 0.80 0 0.62
HSL 285.97º 0.67% 0.23% -
HSV(B) 285.97º 0.8% 0.38% -
XYZ 5.49 2.93 11.34 -
YUV 45.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 78 19 96 0.19 0.80 0 0.62 285.97 0.67 0.23
Hex 4E 13 60 13 50 0 3E 11E 43 17
Octal 116 23 140 23 120 0 76 436 103 27
Binary 1001110 10011 1100000 10011 1010000 0 111110 100011110 1000011 10111

Color Harmonies of #4E1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1360

Black with #4E1360

Text Example


Text Example

White with #4E1360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,19,96); }

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

background-color css

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

 a { background-color: rgb(78,19,96); }

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

border-color css

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

 span { border-color: rgb(78,19,96); }

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