Html Css Color HEX #4D115C Scarlet Gum

📋 copy color: '#4D115C'

red 77 ◦ green 17 ◦ blue 92

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

Shades of Scarlet Gum #4D115C

Tints of Scarlet Gum #4D115C

RGB

 RED value IS 77 (30.47% from 255) = 41.4%

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

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

R = 41.4%
G = 9.14%
B = 49.46%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D115C (or 0x4D115C) is known color: Scarlet Gum. HEX triplet: 4D, 11 and 5C. RGB value is (77,17,92). Sum of RGB (Red+Green+Blue) = 77+17+92=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D115C is #B2EEA3. Grayscale: #2B2B2B. Windows color (decimal): -11726500 or 6033741. OLE color: 6033741.

HSL color Cylindrical-coordinate representation of color #4D115C: hue angle of 288º 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 #4D115C is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 17 92 -
CMYK 0.16 0.82 0 0.64
HSL 288º 0.69% 0.21% -
HSV(B) 288º 0.82% 0.36% -
XYZ 5.19 2.75 10.38 -
YUV 43.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 77 17 92 0.16 0.82 0 0.64 288 0.69 0.21
Hex 4D 11 5C 10 52 0 40 120 45 15
Octal 115 21 134 20 122 0 100 440 105 25
Binary 1001101 10001 1011100 10000 1010010 0 1000000 100100000 1000101 10101

Color Harmonies of #4D115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D115C

Black with #4D115C

Text Example


Text Example

White with #4D115C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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