#47205E

Color #47205E Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #47205E

Tints of Scarlet Gum #47205E

Color information

#47205E (or 0x47205E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 20 and 5E. RGB value is (71,32,94). Sum of RGB (Red+Green+Blue) = 71+32+94=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #47205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47205E is #B8DFA1. Grayscale: #323232. Windows color (decimal): -12115874 or 6168647. OLE color: 6168647.

HSL color Cylindrical-coordinate representation of color #47205E: hue angle of 277.74º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47205E is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB713294-
CMYK0.240.6600.63
HSL277.74º49.21%24.71%-
HSV(B)277.74º65.96%36.86%-
XYZ5.143.1810.93-
YUV50.73152.42142.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=36.04%
G=16.24%
B=47.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7132940.240.6600.63277.7449.2124.71
Hex47205E184203F1163119
Octal10740136301020774266131
Binary10001111000001011110110001000010011111110001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47205E; }

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

 H1.HeaderClassName
 {
   color: #47205E;
 }
 .AnyTagClassName
 {
   color: #47205E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #47205E;
 }
 .BgClassName
 {
   background-color: #47205E;
 }
</style>
border-color css

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

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

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