Html Css Color HEX #4C1E60 Scarlet Gum

📋 copy color: '#4C1E60'

red 76 ◦ green 30 ◦ blue 96

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

Shades of Scarlet Gum #4C1E60

Tints of Scarlet Gum #4C1E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.85%

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

R = 37.62%
G = 14.85%
B = 47.52%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C1E60 (or 0x4C1E60) is known color: Scarlet Gum. HEX triplet: 4C, 1E and 60. RGB value is (76,30,96). Sum of RGB (Red+Green+Blue) = 76+30+96=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C1E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1E60 is #B3E19F. Grayscale: #333333. Windows color (decimal): -11788704 or 6299212. OLE color: 6299212.

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

Color convert

RGB 76 30 96 -
CMYK 0.21 0.69 0 0.62
HSL 281.82º 0.52% 0.25% -
HSV(B) 281.82º 0.69% 0.38% -
XYZ 5.56 3.31 11.41 -
YUV 51.28 153.24 145.63 -
System Red Green Blue C M Y K H S L
Decimal 76 30 96 0.21 0.69 0 0.62 281.82 0.52 0.25
Hex 4C 1E 60 15 45 0 3E 11A 34 19
Octal 114 36 140 25 105 0 76 432 64 31
Binary 1001100 11110 1100000 10101 1000101 0 111110 100011010 110100 11001

Color Harmonies of #4C1E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1E60

Black with #4C1E60

Text Example


Text Example

White with #4C1E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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