#472060

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

Shades of Scarlet Gum #472060

Tints of Scarlet Gum #472060

Color information

#472060 (or 0x472060) is unknown color: approx Scarlet Gum. HEX triplet: 47, 20 and 60. RGB value is (71,32,96). Sum of RGB (Red+Green+Blue) = 71+32+96=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #472060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472060 is #B8DF9F. Grayscale: #323232. Windows color (decimal): -12115872 or 6299719. OLE color: 6299719.

HSL color Cylindrical-coordinate representation of color #472060: hue angle of 276.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472060 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB713296-
CMYK0.260.6700.62
HSL276.56º50%25.1%-
HSV(B)276.56º66.67%37.65%-
XYZ5.233.2211.41-
YUV50.96153.42142.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=35.68%
G=16.08%
B=48.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7132960.260.6700.62276.565025.1
Hex4720601A4303E1153219
Octal10740140321030764256231
Binary10001111000001100000110101000011011111010001010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472060; }

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

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

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

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

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

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

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

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