Html Css Color HEX #4A135A Scarlet Gum

📋 copy color: '#4A135A'

red 74 ◦ green 19 ◦ blue 90

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

Shades of Scarlet Gum #4A135A

Tints of Scarlet Gum #4A135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 40.44%
G = 10.38%
B = 49.18%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A135A (or 0x4A135A) is known color: Scarlet Gum. HEX triplet: 4A, 13 and 5A. RGB value is (74,19,90). Sum of RGB (Red+Green+Blue) = 74+19+90=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A135A is #B5ECA5. Grayscale: #2B2B2B. Windows color (decimal): -11922598 or 5903178. OLE color: 5903178.

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

Color convert

RGB 74 19 90 -
CMYK 0.18 0.79 0 0.65
HSL 286.48º 0.65% 0.21% -
HSV(B) 286.48º 0.79% 0.35% -
XYZ 4.9 2.66 9.93 -
YUV 43.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 74 19 90 0.18 0.79 0 0.65 286.48 0.65 0.21
Hex 4A 13 5A 12 4F 0 41 11E 41 15
Octal 112 23 132 22 117 0 101 436 101 25
Binary 1001010 10011 1011010 10010 1001111 0 1000001 100011110 1000001 10101

Color Harmonies of #4A135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A135A

Black with #4A135A

Text Example


Text Example

White with #4A135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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