Html Css Color HEX #4A0D5F Scarlet Gum

📋 copy color: '#4A0D5F'

red 74 ◦ green 13 ◦ blue 95

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

Shades of Scarlet Gum #4A0D5F

Tints of Scarlet Gum #4A0D5F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.14%

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

R = 40.66%
G = 7.14%
B = 52.2%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A0D5F (or 0x4A0D5F) is known color: Scarlet Gum. HEX triplet: 4A, 0D and 5F. RGB value is (74,13,95). Sum of RGB (Red+Green+Blue) = 74+13+95=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A0D5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0D5F is #B5F2A0. Grayscale: #282828. Windows color (decimal): -11924129 or 6229322. OLE color: 6229322.

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

Color convert

RGB 74 13 95 -
CMYK 0.22 0.86 0 0.63
HSL 284.63º 0.76% 0.21% -
HSV(B) 284.63º 0.86% 0.37% -
XYZ 5.03 2.57 11.06 -
YUV 40.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 74 13 95 0.22 0.86 0 0.63 284.63 0.76 0.21
Hex 4A D 5F 16 56 0 3F 11D 4C 15
Octal 112 15 137 26 126 0 77 435 114 25
Binary 1001010 1101 1011111 10110 1010110 0 111111 100011101 1001100 10101

Color Harmonies of #4A0D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0D5F

Black with #4A0D5F

Text Example


Text Example

White with #4A0D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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