Html Css Color HEX #4A105A Scarlet Gum

📋 copy color: '#4A105A'

red 74 ◦ green 16 ◦ blue 90

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

Shades of Scarlet Gum #4A105A

Tints of Scarlet Gum #4A105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

 BLUE value IS 90 (35.55% from 255) = 50%

R = 41.11%
G = 8.89%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A105A (or 0x4A105A) is known color: Scarlet Gum. HEX triplet: 4A, 10 and 5A. RGB value is (74,16,90). Sum of RGB (Red+Green+Blue) = 74+16+90=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A105A is #B5EFA5. Grayscale: #292929. Windows color (decimal): -11923366 or 5902410. OLE color: 5902410.

HSL color Cylindrical-coordinate representation of color #4A105A: hue angle of 287.03º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A105A is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 16 90 -
CMYK 0.18 0.82 0 0.65
HSL 287.03º 0.7% 0.21% -
HSV(B) 287.03º 0.82% 0.35% -
XYZ 4.85 2.56 9.91 -
YUV 41.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 74 16 90 0.18 0.82 0 0.65 287.03 0.7 0.21
Hex 4A 10 5A 12 52 0 41 11F 46 15
Octal 112 20 132 22 122 0 101 437 106 25
Binary 1001010 10000 1011010 10010 1010010 0 1000001 100011111 1000110 10101

Color Harmonies of #4A105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A105A

Black with #4A105A

Text Example


Text Example

White with #4A105A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,16,90); }

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

background-color css

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

 a { background-color: rgb(74,16,90); }

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

border-color css

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

 span { border-color: rgb(74,16,90); }

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