Html Css Color HEX #4A215E Scarlet Gum

📋 copy color: '#4A215E'

red 74 ◦ green 33 ◦ blue 94

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

Shades of Scarlet Gum #4A215E

Tints of Scarlet Gum #4A215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

 BLUE value IS 94 (37.11% from 255) = 46.77%

R = 36.82%
G = 16.42%
B = 46.77%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A215E (or 0x4A215E) is known color: Scarlet Gum. HEX triplet: 4A, 21 and 5E. RGB value is (74,33,94). Sum of RGB (Red+Green+Blue) = 74+33+94=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A215E is #B5DEA1. Grayscale: #343434. Windows color (decimal): -11919010 or 6168906. OLE color: 6168906.

HSL color Cylindrical-coordinate representation of color #4A215E: hue angle of 280.33º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A215E is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 33 94 -
CMYK 0.21 0.65 0 0.63
HSL 280.33º 0.48% 0.25% -
HSV(B) 280.33º 0.65% 0.37% -
XYZ 5.39 3.35 10.95 -
YUV 52.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 74 33 94 0.21 0.65 0 0.63 280.33 0.48 0.25
Hex 4A 21 5E 15 41 0 3F 118 30 19
Octal 112 41 136 25 101 0 77 430 60 31
Binary 1001010 100001 1011110 10101 1000001 0 111111 100011000 110000 11001

Color Harmonies of #4A215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A215E

Black with #4A215E

Text Example


Text Example

White with #4A215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,33,94); }

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

background-color css

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

 a { background-color: rgb(74,33,94); }

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

border-color css

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

 span { border-color: rgb(74,33,94); }

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