Html Css Color HEX #4A1761 Scarlet Gum

📋 copy color: '#4A1761'

red 74 ◦ green 23 ◦ blue 97

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

Shades of Scarlet Gum #4A1761

Tints of Scarlet Gum #4A1761

RGB

 RED value IS 74 (29.3% from 255) = 38.14%

 GREEN value IS 23 (9.38% from 255) = 11.86%

 BLUE value IS 97 (38.28% from 255) = 50%

R = 38.14%
G = 11.86%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A1761 (or 0x4A1761) is known color: Scarlet Gum. HEX triplet: 4A, 17 and 61. RGB value is (74,23,97). Sum of RGB (Red+Green+Blue) = 74+23+97=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A1761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1761 is #B5E89E. Grayscale: #2E2E2E. Windows color (decimal): -11921567 or 6362954. OLE color: 6362954.

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

Color convert

RGB 74 23 97 -
CMYK 0.24 0.76 0 0.62
HSL 281.35º 0.62% 0.24% -
HSV(B) 281.35º 0.76% 0.38% -
XYZ 5.29 2.93 11.6 -
YUV 46.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 74 23 97 0.24 0.76 0 0.62 281.35 0.62 0.24
Hex 4A 17 61 18 4C 0 3E 119 3E 18
Octal 112 27 141 30 114 0 76 431 76 30
Binary 1001010 10111 1100001 11000 1001100 0 111110 100011001 111110 11000

Color Harmonies of #4A1761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1761

Black with #4A1761

Text Example


Text Example

White with #4A1761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,23,97); }

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

background-color css

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

 a { background-color: rgb(74,23,97); }

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

border-color css

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

 span { border-color: rgb(74,23,97); }

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