Html Css Color HEX #4E115C Scarlet Gum

📋 copy color: '#4E115C'

red 78 ◦ green 17 ◦ blue 92

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

Shades of Scarlet Gum #4E115C

Tints of Scarlet Gum #4E115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 92 (36.33% from 255) = 49.2%

R = 41.71%
G = 9.09%
B = 49.2%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E115C (or 0x4E115C) is known color: Scarlet Gum. HEX triplet: 4E, 11 and 5C. RGB value is (78,17,92). Sum of RGB (Red+Green+Blue) = 78+17+92=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E115C is #B1EEA3. Grayscale: #2B2B2B. Windows color (decimal): -11660964 or 6033742. OLE color: 6033742.

HSL color Cylindrical-coordinate representation of color #4E115C: hue angle of 288.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E115C is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 17 92 -
CMYK 0.15 0.82 0 0.64
HSL 288.8º 0.69% 0.21% -
HSV(B) 288.8º 0.82% 0.36% -
XYZ 5.27 2.79 10.39 -
YUV 43.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 78 17 92 0.15 0.82 0 0.64 288.8 0.69 0.21
Hex 4E 11 5C F 52 0 40 121 45 15
Octal 116 21 134 17 122 0 100 441 105 25
Binary 1001110 10001 1011100 1111 1010010 0 1000000 100100001 1000101 10101

Color Harmonies of #4E115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E115C

Black with #4E115C

Text Example


Text Example

White with #4E115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,17,92); }

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

background-color css

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

 a { background-color: rgb(78,17,92); }

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

border-color css

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

 span { border-color: rgb(78,17,92); }

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