Html Css Color HEX #4D0C60 Scarlet Gum

📋 copy color: '#4D0C60'

red 77 ◦ green 12 ◦ blue 96

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

Shades of Scarlet Gum #4D0C60

Tints of Scarlet Gum #4D0C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.49%

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

R = 41.62%
G = 6.49%
B = 51.89%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D0C60 (or 0x4D0C60) is known color: Scarlet Gum. HEX triplet: 4D, 0C and 60. RGB value is (77,12,96). Sum of RGB (Red+Green+Blue) = 77+12+96=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D0C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0C60 is #B2F39F. Grayscale: #282828. Windows color (decimal): -11727776 or 6294605. OLE color: 6294605.

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

Color convert

RGB 77 12 96 -
CMYK 0.20 0.88 0 0.62
HSL 286.43º 0.78% 0.21% -
HSV(B) 286.43º 0.88% 0.38% -
XYZ 5.3 2.69 11.31 -
YUV 41.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 77 12 96 0.20 0.88 0 0.62 286.43 0.78 0.21
Hex 4D C 60 14 58 0 3E 11E 4E 15
Octal 115 14 140 24 130 0 76 436 116 25
Binary 1001101 1100 1100000 10100 1011000 0 111110 100011110 1001110 10101

Color Harmonies of #4D0C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0C60

Black with #4D0C60

Text Example


Text Example

White with #4D0C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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