#47055B

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

Shades of Scarlet Gum #47055B

Tints of Scarlet Gum #47055B

Color information

#47055B (or 0x47055B) is unknown color: approx Scarlet Gum. HEX triplet: 47, 05 and 5B. RGB value is (71,5,91). Sum of RGB (Red+Green+Blue) = 71+5+91=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #47055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47055B is #B8FAA4. Grayscale: #222222. Windows color (decimal): -12122789 or 5965127. OLE color: 5965127.

HSL color Cylindrical-coordinate representation of color #47055B: hue angle of 286.05º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47055B is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB71591-
CMYK0.220.9500.64
HSL286.05º89.58%18.82%-
HSV(B)286.05º94.51%35.69%-
XYZ4.542.210.08-
YUV34.54159.87154.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.51%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=42.51%
G=2.99%
B=54.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal715910.220.9500.64286.0589.5818.82
Hex4755B165F04011e5a13
Octal107513326137010043613223
Binary1000111101101101110110101111101000000100011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47055B; }

 p { color: rgb(71,5,91); }

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

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

 a { background-color: rgb(71,5,91); }

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

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

 span { border-color: rgb(71,5,91); }

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