#472063

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

Shades of Scarlet Gum #472063

Tints of Scarlet Gum #472063

Color information

#472063 (or 0x472063) is unknown color: approx Scarlet Gum. HEX triplet: 47, 20 and 63. RGB value is (71,32,99). Sum of RGB (Red+Green+Blue) = 71+32+99=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #472063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472063 is #B8DF9C. Grayscale: #333333. Windows color (decimal): -12115869 or 6496327. OLE color: 6496327.

HSL color Cylindrical-coordinate representation of color #472063: hue angle of 274.93º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472063 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB713299-
CMYK0.280.6800.61
HSL274.93º51.15%25.69%-
HSV(B)274.93º67.68%38.82%-
XYZ5.373.2712.15-
YUV51.3154.92142.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.15%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=35.15%
G=15.84%
B=49.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7132990.280.6800.61274.9351.1525.69
Hex4720631C4403D113331a
Octal10740143341040754236332
Binary10001111000001100011111001000100011110110001001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472063; }

 p { color: rgb(71,32,99); }

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

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

 a { background-color: rgb(71,32,99); }

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

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

 span { border-color: rgb(71,32,99); }

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