#47115F

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

Shades of Scarlet Gum #47115F

Tints of Scarlet Gum #47115F

Color information

#47115F (or 0x47115F) is unknown color: approx Scarlet Gum. HEX triplet: 47, 11 and 5F. RGB value is (71,17,95). Sum of RGB (Red+Green+Blue) = 71+17+95=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 95 (37.5% from 255 or 51.91% from 183); Max value from RGB is 95 - color contains mainly: blue. Hex color #47115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47115F is #B8EEA0. Grayscale: #292929. Windows color (decimal): -12119713 or 6230343. OLE color: 6230343.

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

Color convert

RGB711795-
CMYK0.250.8200.63
HSL281.54º69.64%21.96%-
HSV(B)281.54º82.11%37.25%-
XYZ4.862.5711.07-
YUV42.04157.89148.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.80%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 95 (37.5% from 255) = 51.91%
R=38.80%
G=9.29%
B=51.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7117950.250.8200.63281.5469.6421.96
Hex47115F195203F11a4616
Octal107211373112207743210626
Binary10001111000110111111100110100100111111100011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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