Html Css Color HEX #4A155F Scarlet Gum

📋 copy color: '#4A155F'

red 74 ◦ green 21 ◦ blue 95

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

Shades of Scarlet Gum #4A155F

Tints of Scarlet Gum #4A155F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

 BLUE value IS 95 (37.5% from 255) = 50%

R = 38.95%
G = 11.05%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A155F (or 0x4A155F) is known color: Scarlet Gum. HEX triplet: 4A, 15 and 5F. RGB value is (74,21,95). Sum of RGB (Red+Green+Blue) = 74+21+95=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A155F is #B5EAA0. Grayscale: #2D2D2D. Windows color (decimal): -11922081 or 6231370. OLE color: 6231370.

HSL color Cylindrical-coordinate representation of color #4A155F: hue angle of 282.97º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A155F is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 74 21 95 -
CMYK 0.22 0.78 0 0.63
HSL 282.97º 0.64% 0.23% -
HSV(B) 282.97º 0.78% 0.37% -
XYZ 5.16 2.82 11.1 -
YUV 45.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 74 21 95 0.22 0.78 0 0.63 282.97 0.64 0.23
Hex 4A 15 5F 16 4E 0 3F 11B 40 17
Octal 112 25 137 26 116 0 77 433 100 27
Binary 1001010 10101 1011111 10110 1001110 0 111111 100011011 1000000 10111

Color Harmonies of #4A155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A155F

Black with #4A155F

Text Example


Text Example

White with #4A155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,21,95); }

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

background-color css

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

 a { background-color: rgb(74,21,95); }

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

border-color css

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

 span { border-color: rgb(74,21,95); }

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