#47105F

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

Shades of Scarlet Gum #47105F

Tints of Scarlet Gum #47105F

Color information

#47105F (or 0x47105F) is unknown color: approx Scarlet Gum. HEX triplet: 47, 10 and 5F. RGB value is (71,16,95). Sum of RGB (Red+Green+Blue) = 71+16+95=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #47105F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47105F is #B8EFA0. Grayscale: #292929. Windows color (decimal): -12119969 or 6230087. OLE color: 6230087.

HSL color Cylindrical-coordinate representation of color #47105F: hue angle of 281.77º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47105F is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB711695-
CMYK0.250.8300.63
HSL281.77º71.17%21.76%-
HSV(B)281.77º83.16%37.25%-
XYZ4.852.5411.06-
YUV41.45158.22149.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=39.01%
G=8.79%
B=52.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7116950.250.8300.63281.7771.1721.76
Hex47105F195303F11a4716
Octal107201373112307743210726
Binary10001111000010111111100110100110111111100011010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47105F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47105F; }

 p { color: rgb(71,16,95); }

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

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

 a { background-color: rgb(71,16,95); }

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

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

 span { border-color: rgb(71,16,95); }

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