Html Css Color HEX #4C2560 Scarlet Gum

📋 copy color: '#4C2560'

red 76 ◦ green 37 ◦ blue 96

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

Shades of Scarlet Gum #4C2560

Tints of Scarlet Gum #4C2560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 36.36%
G = 17.7%
B = 45.93%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C2560 (or 0x4C2560) is known color: Scarlet Gum. HEX triplet: 4C, 25 and 60. RGB value is (76,37,96). Sum of RGB (Red+Green+Blue) = 76+37+96=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2560 is #B3DA9F. Grayscale: #373737. Windows color (decimal): -11786912 or 6301004. OLE color: 6301004.

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

Color convert

RGB 76 37 96 -
CMYK 0.21 0.61 0 0.62
HSL 279.66º 0.44% 0.26% -
HSV(B) 279.66º 0.61% 0.38% -
XYZ 5.75 3.7 11.48 -
YUV 55.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 76 37 96 0.21 0.61 0 0.62 279.66 0.44 0.26
Hex 4C 25 60 15 3D 0 3E 118 2C 1A
Octal 114 45 140 25 75 0 76 430 54 32
Binary 1001100 100101 1100000 10101 111101 0 111110 100011000 101100 11010

Color Harmonies of #4C2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2560

Black with #4C2560

Text Example


Text Example

White with #4C2560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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