Html Css Color HEX #4A0E58 Scarlet Gum

📋 copy color: '#4A0E58'

red 74 ◦ green 14 ◦ blue 88

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

Shades of Scarlet Gum #4A0E58

Tints of Scarlet Gum #4A0E58

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.95%

 BLUE value IS 88 (34.77% from 255) = 50%

R = 42.05%
G = 7.95%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A0E58 (or 0x4A0E58) is known color: Scarlet Gum. HEX triplet: 4A, 0E and 58. RGB value is (74,14,88). Sum of RGB (Red+Green+Blue) = 74+14+88=176 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.05% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A0E58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0E58 is #B5F1A7. Grayscale: #282828. Windows color (decimal): -11923880 or 5770826. OLE color: 5770826.

HSL color Cylindrical-coordinate representation of color #4A0E58: hue angle of 288.65º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A0E58 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 14 88 -
CMYK 0.16 0.84 0 0.65
HSL 288.65º 0.73% 0.2% -
HSV(B) 288.65º 0.84% 0.35% -
XYZ 4.74 2.47 9.46 -
YUV 40.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 74 14 88 0.16 0.84 0 0.65 288.65 0.73 0.2
Hex 4A E 58 10 54 0 41 121 49 14
Octal 112 16 130 20 124 0 101 441 111 24
Binary 1001010 1110 1011000 10000 1010100 0 1000001 100100001 1001001 10100

Color Harmonies of #4A0E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0E58

Black with #4A0E58

Text Example


Text Example

White with #4A0E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,14,88); }

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

background-color css

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

 a { background-color: rgb(74,14,88); }

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

border-color css

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

 span { border-color: rgb(74,14,88); }

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