#47225C

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

Shades of Scarlet Gum #47225C

Tints of Scarlet Gum #47225C

Color information

#47225C (or 0x47225C) is unknown color: approx Scarlet Gum. HEX triplet: 47, 22 and 5C. RGB value is (71,34,92). Sum of RGB (Red+Green+Blue) = 71+34+92=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #47225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47225C is #B8DDA3. Grayscale: #333333. Windows color (decimal): -12115364 or 6038087. OLE color: 6038087.

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

Color convert

RGB713492-
CMYK0.230.6300.64
HSL278.28º46.03%24.71%-
HSV(B)278.28º63.04%36.08%-
XYZ5.13.2610.48-
YUV51.68150.76141.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=36.04%
G=17.26%
B=46.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7134920.230.6300.64278.2846.0324.71
Hex47225C173F0401162e19
Octal10742134277701004265631
Binary10001111000101011100101111111110100000010001011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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