Html Css Color HEX #4C2060 Scarlet Gum

📋 copy color: '#4C2060'

red 76 ◦ green 32 ◦ blue 96

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

Shades of Scarlet Gum #4C2060

Tints of Scarlet Gum #4C2060

RGB

 RED value IS 76 (30.08% from 255) = 37.25%

 GREEN value IS 32 (12.89% from 255) = 15.69%

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

R = 37.25%
G = 15.69%
B = 47.06%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C2060 (or 0x4C2060) is known color: Scarlet Gum. HEX triplet: 4C, 20 and 60. RGB value is (76,32,96). Sum of RGB (Red+Green+Blue) = 76+32+96=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2060 is #B3DF9F. Grayscale: #343434. Windows color (decimal): -11788192 or 6299724. OLE color: 6299724.

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

Color convert

RGB 76 32 96 -
CMYK 0.21 0.67 0 0.62
HSL 281.25º 0.5% 0.25% -
HSV(B) 281.25º 0.67% 0.38% -
XYZ 5.61 3.41 11.43 -
YUV 52.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 76 32 96 0.21 0.67 0 0.62 281.25 0.5 0.25
Hex 4C 20 60 15 43 0 3E 119 32 19
Octal 114 40 140 25 103 0 76 431 62 31
Binary 1001100 100000 1100000 10101 1000011 0 111110 100011001 110010 11001

Color Harmonies of #4C2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2060

Black with #4C2060

Text Example


Text Example

White with #4C2060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,96); }

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

background-color css

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

 a { background-color: rgb(76,32,96); }

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

border-color css

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

 span { border-color: rgb(76,32,96); }

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