Html Css Color HEX #472054 Scarlet Gum

📋 copy color: '#472054'

red 71 ◦ green 32 ◦ blue 84

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

Shades of Scarlet Gum #472054

Tints of Scarlet Gum #472054

RGB

 RED value IS 71 (28.13% from 255) = 37.97%

 GREEN value IS 32 (12.89% from 255) = 17.11%

 BLUE value IS 84 (33.2% from 255) = 44.92%

R = 37.97%
G = 17.11%
B = 44.92%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#472054 (or 0x472054) is known color: Scarlet Gum. HEX triplet: 47, 20 and 54. RGB value is (71,32,84). Sum of RGB (Red+Green+Blue) = 71+32+84=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #472054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472054 is #B8DFAB. Grayscale: #313131. Windows color (decimal): -12115884 or 5513287. OLE color: 5513287.

HSL color Cylindrical-coordinate representation of color #472054: hue angle of 285º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472054 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 32 84 -
CMYK 0.15 0.62 0 0.67
HSL 285º 0.45% 0.23% -
HSV(B) 285º 0.62% 0.33% -
XYZ 4.72 3.01 8.72 -
YUV 49.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 71 32 84 0.15 0.62 0 0.67 285 0.45 0.23
Hex 47 20 54 F 3E 0 43 11D 2D 17
Octal 107 40 124 17 76 0 103 435 55 27
Binary 1000111 100000 1010100 1111 111110 0 1000011 100011101 101101 10111

Color Harmonies of #472054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472054

Black with #472054

Text Example


Text Example

White with #472054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472054; }

 p { color: rgb(71,32,84); }

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

background-color css

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

 a { background-color: rgb(71,32,84); }

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

border-color css

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

 span { border-color: rgb(71,32,84); }

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