#47175D

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

Shades of Scarlet Gum #47175D

Tints of Scarlet Gum #47175D

Color information

#47175D (or 0x47175D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 17 and 5D. RGB value is (71,23,93). Sum of RGB (Red+Green+Blue) = 71+23+93=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #47175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47175D is #B8E8A2. Grayscale: #2D2D2D. Windows color (decimal): -12118179 or 6100807. OLE color: 6100807.

HSL color Cylindrical-coordinate representation of color #47175D: hue angle of 281.14º 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 #47175D is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB712393-
CMYK0.240.7500.64
HSL281.14º60.34%22.75%-
HSV(B)281.14º75.27%36.47%-
XYZ4.882.7410.63-
YUV45.33154.9146.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 93 (36.72% from 255) = 49.73%
R=37.97%
G=12.30%
B=49.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7123930.240.7500.64281.1460.3422.75
Hex47175D184B0401193c17
Octal107271353011301004317427
Binary10001111011110111011100010010110100000010001100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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