#47085B

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

Shades of Scarlet Gum #47085B

Tints of Scarlet Gum #47085B

Color information

#47085B (or 0x47085B) is unknown color: approx Scarlet Gum. HEX triplet: 47, 08 and 5B. RGB value is (71,8,91). Sum of RGB (Red+Green+Blue) = 71+8+91=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #47085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47085B is #B8F7A4. Grayscale: #242424. Windows color (decimal): -12122021 or 5965895. OLE color: 5965895.

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

Color convert

RGB71891-
CMYK0.220.9100.64
HSL285.54º83.84%19.41%-
HSV(B)285.54º91.21%35.69%-
XYZ4.572.2710.09-
YUV36.3158.87152.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=41.76%
G=4.71%
B=53.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal718910.220.9100.64285.5483.8419.41
Hex4785B165B04011e5413
Octal1071013326133010043612423
Binary10001111000101101110110101101101000000100011110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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