Html Css Color HEX #4D0860 Scarlet Gum

📋 copy color: '#4D0860'

red 77 ◦ green 8 ◦ blue 96

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

Shades of Scarlet Gum #4D0860

Tints of Scarlet Gum #4D0860

RGB

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

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

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

R = 42.54%
G = 4.42%
B = 53.04%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D0860 (or 0x4D0860) is known color: Scarlet Gum. HEX triplet: 4D, 08 and 60. RGB value is (77,8,96). Sum of RGB (Red+Green+Blue) = 77+8+96=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D0860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0860 is #B2F79F. Grayscale: #262626. Windows color (decimal): -11728800 or 6293581. OLE color: 6293581.

HSL color Cylindrical-coordinate representation of color #4D0860: hue angle of 287.05º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0860 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 8 96 -
CMYK 0.20 0.92 0 0.62
HSL 287.05º 0.85% 0.2% -
HSV(B) 287.05º 0.92% 0.38% -
XYZ 5.26 2.6 11.29 -
YUV 38.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 77 8 96 0.20 0.92 0 0.62 287.05 0.85 0.2
Hex 4D 8 60 14 5C 0 3E 11F 55 14
Octal 115 10 140 24 134 0 76 437 125 24
Binary 1001101 1000 1100000 10100 1011100 0 111110 100011111 1010101 10100

Color Harmonies of #4D0860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0860

Black with #4D0860

Text Example


Text Example

White with #4D0860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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