Html Css Color HEX #472056 Scarlet Gum

📋 copy color: '#472056'

red 71 ◦ green 32 ◦ blue 86

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

Shades of Scarlet Gum #472056

Tints of Scarlet Gum #472056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.5%

R = 37.57%
G = 16.93%
B = 45.5%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#472056 (or 0x472056) is known color: Scarlet Gum. HEX triplet: 47, 20 and 56. RGB value is (71,32,86). Sum of RGB (Red+Green+Blue) = 71+32+86=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #472056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472056 is #B8DFA9. Grayscale: #313131. Windows color (decimal): -12115882 or 5644359. OLE color: 5644359.

HSL color Cylindrical-coordinate representation of color #472056: hue angle of 283.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472056 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 32 86 -
CMYK 0.17 0.63 0 0.66
HSL 283.33º 0.46% 0.23% -
HSV(B) 283.33º 0.63% 0.34% -
XYZ 4.79 3.04 9.14 -
YUV 49.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 71 32 86 0.17 0.63 0 0.66 283.33 0.46 0.23
Hex 47 20 56 11 3F 0 42 11B 2E 17
Octal 107 40 126 21 77 0 102 433 56 27
Binary 1000111 100000 1010110 10001 111111 0 1000010 100011011 101110 10111

Color Harmonies of #472056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472056

Black with #472056

Text Example


Text Example

White with #472056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472056; }

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

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

background-color css

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

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

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

border-color css

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

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

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