#47175C

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

Shades of Scarlet Gum #47175C

Tints of Scarlet Gum #47175C

Color information

#47175C (or 0x47175C) is unknown color: approx Scarlet Gum. HEX triplet: 47, 17 and 5C. RGB value is (71,23,92). Sum of RGB (Red+Green+Blue) = 71+23+92=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #47175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47175C is #B8E8A3. Grayscale: #2C2C2C. Windows color (decimal): -12118180 or 6035271. OLE color: 6035271.

HSL color Cylindrical-coordinate representation of color #47175C: hue angle of 281.74º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47175C is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB712392-
CMYK0.230.7500.64
HSL281.74º60%22.55%-
HSV(B)281.74º75%36.08%-
XYZ4.842.7310.4-
YUV45.22154.4146.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 23 (9.38% from 255) = 12.37%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=38.17%
G=12.37%
B=49.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7123920.230.7500.64281.746022.55
Hex47175C174B04011a3c17
Octal107271342711301004327427
Binary10001111011110111001011110010110100000010001101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47175C; }

 p { color: rgb(71,23,92); }

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

<style>
 a { background-color: #47175C; }

 a { background-color: rgb(71,23,92); }

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

<style>
 span { border-color: #47175C; }

 span { border-color: rgb(71,23,92); }

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