Html Css Color HEX #4A165F Scarlet Gum

📋 copy color: '#4A165F'

red 74 ◦ green 22 ◦ blue 95

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

Shades of Scarlet Gum #4A165F

Tints of Scarlet Gum #4A165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

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

R = 38.74%
G = 11.52%
B = 49.74%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A165F (or 0x4A165F) is known color: Scarlet Gum. HEX triplet: 4A, 16 and 5F. RGB value is (74,22,95). Sum of RGB (Red+Green+Blue) = 74+22+95=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A165F is #B5E9A0. Grayscale: #2D2D2D. Windows color (decimal): -11921825 or 6231626. OLE color: 6231626.

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

Color convert

RGB 74 22 95 -
CMYK 0.22 0.77 0 0.63
HSL 282.74º 0.62% 0.23% -
HSV(B) 282.74º 0.77% 0.37% -
XYZ 5.18 2.86 11.1 -
YUV 45.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 74 22 95 0.22 0.77 0 0.63 282.74 0.62 0.23
Hex 4A 16 5F 16 4D 0 3F 11B 3E 17
Octal 112 26 137 26 115 0 77 433 76 27
Binary 1001010 10110 1011111 10110 1001101 0 111111 100011011 111110 10111

Color Harmonies of #4A165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A165F

Black with #4A165F

Text Example


Text Example

White with #4A165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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