Html Css Color HEX #4D315F Scarlet Gum

📋 copy color: '#4D315F'

red 77 ◦ green 49 ◦ blue 95

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

Shades of Scarlet Gum #4D315F

Tints of Scarlet Gum #4D315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 34.84%
G = 22.17%
B = 42.99%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4D315F (or 0x4D315F) is known color: Scarlet Gum. HEX triplet: 4D, 31 and 5F. RGB value is (77,49,95). Sum of RGB (Red+Green+Blue) = 77+49+95=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D315F is #B2CEA0. Grayscale: #3E3E3E. Windows color (decimal): -11718305 or 6238541. OLE color: 6238541.

HSL color Cylindrical-coordinate representation of color #4D315F: hue angle of 276.52º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D315F is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 49 95 -
CMYK 0.19 0.48 0 0.63
HSL 276.52º 0.32% 0.28% -
HSV(B) 276.52º 0.48% 0.37% -
XYZ 6.22 4.6 11.39 -
YUV 62.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 77 49 95 0.19 0.48 0 0.63 276.52 0.32 0.28
Hex 4D 31 5F 13 30 0 3F 115 20 1C
Octal 115 61 137 23 60 0 77 425 40 34
Binary 1001101 110001 1011111 10011 110000 0 111111 100010101 100000 11100

Color Harmonies of #4D315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D315F

Black with #4D315F

Text Example


Text Example

White with #4D315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,49,95); }

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

background-color css

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

 a { background-color: rgb(77,49,95); }

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

border-color css

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

 span { border-color: rgb(77,49,95); }

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