Html Css Color HEX #4C1560 Scarlet Gum

📋 copy color: '#4C1560'

red 76 ◦ green 21 ◦ blue 96

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

Shades of Scarlet Gum #4C1560

Tints of Scarlet Gum #4C1560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

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

R = 39.38%
G = 10.88%
B = 49.74%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C1560 (or 0x4C1560) is known color: Scarlet Gum. HEX triplet: 4C, 15 and 60. RGB value is (76,21,96). Sum of RGB (Red+Green+Blue) = 76+21+96=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C1560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1560 is #B3EA9F. Grayscale: #2D2D2D. Windows color (decimal): -11791008 or 6296908. OLE color: 6296908.

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

Color convert

RGB 76 21 96 -
CMYK 0.21 0.78 0 0.62
HSL 284º 0.64% 0.23% -
HSV(B) 284º 0.78% 0.38% -
XYZ 5.36 2.92 11.35 -
YUV 46 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 76 21 96 0.21 0.78 0 0.62 284 0.64 0.23
Hex 4C 15 60 15 4E 0 3E 11C 40 17
Octal 114 25 140 25 116 0 76 434 100 27
Binary 1001100 10101 1100000 10101 1001110 0 111110 100011100 1000000 10111

Color Harmonies of #4C1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1560

Black with #4C1560

Text Example


Text Example

White with #4C1560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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