Html Css Color HEX #4D085D Scarlet Gum

📋 copy color: '#4D085D'

red 77 ◦ green 8 ◦ blue 93

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

Shades of Scarlet Gum #4D085D

Tints of Scarlet Gum #4D085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 43.26%
G = 4.49%
B = 52.25%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D085D (or 0x4D085D) is known color: Scarlet Gum. HEX triplet: 4D, 08 and 5D. RGB value is (77,8,93). Sum of RGB (Red+Green+Blue) = 77+8+93=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D085D is #B2F7A2. Grayscale: #262626. Windows color (decimal): -11728803 or 6096973. OLE color: 6096973.

HSL color Cylindrical-coordinate representation of color #4D085D: hue angle of 288.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D085D is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 8 93 -
CMYK 0.17 0.91 0 0.64
HSL 288.71º 0.84% 0.2% -
HSV(B) 288.71º 0.91% 0.36% -
XYZ 5.12 2.54 10.58 -
YUV 38.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 77 8 93 0.17 0.91 0 0.64 288.71 0.84 0.2
Hex 4D 8 5D 11 5B 0 40 121 54 14
Octal 115 10 135 21 133 0 100 441 124 24
Binary 1001101 1000 1011101 10001 1011011 0 1000000 100100001 1010100 10100

Color Harmonies of #4D085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D085D

Black with #4D085D

Text Example


Text Example

White with #4D085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,8,93); }

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

background-color css

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

 a { background-color: rgb(77,8,93); }

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

border-color css

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

 span { border-color: rgb(77,8,93); }

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