Html Css Color HEX #4A115A Scarlet Gum

📋 copy color: '#4A115A'

red 74 ◦ green 17 ◦ blue 90

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

Shades of Scarlet Gum #4A115A

Tints of Scarlet Gum #4A115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 40.88%
G = 9.39%
B = 49.72%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A115A (or 0x4A115A) is known color: Scarlet Gum. HEX triplet: 4A, 11 and 5A. RGB value is (74,17,90). Sum of RGB (Red+Green+Blue) = 74+17+90=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A115A is #B5EEA5. Grayscale: #2A2A2A. Windows color (decimal): -11923110 or 5902666. OLE color: 5902666.

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

Color convert

RGB 74 17 90 -
CMYK 0.18 0.81 0 0.65
HSL 286.85º 0.68% 0.21% -
HSV(B) 286.85º 0.81% 0.35% -
XYZ 4.87 2.59 9.92 -
YUV 42.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 74 17 90 0.18 0.81 0 0.65 286.85 0.68 0.21
Hex 4A 11 5A 12 51 0 41 11F 44 15
Octal 112 21 132 22 121 0 101 437 104 25
Binary 1001010 10001 1011010 10010 1010001 0 1000001 100011111 1000100 10101

Color Harmonies of #4A115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A115A

Black with #4A115A

Text Example


Text Example

White with #4A115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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