#471E63

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

Shades of Scarlet Gum #471E63

Tints of Scarlet Gum #471E63

Color information

#471E63 (or 0x471E63) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1E and 63. RGB value is (71,30,99). Sum of RGB (Red+Green+Blue) = 71+30+99=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #471E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E63 is #B8E19C. Grayscale: #313131. Windows color (decimal): -12116381 or 6495815. OLE color: 6495815.

HSL color Cylindrical-coordinate representation of color #471E63: hue angle of 275.65º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471E63 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB713099-
CMYK0.280.7000.61
HSL275.65º53.49%25.29%-
HSV(B)275.65º69.7%38.82%-
XYZ5.313.1712.14-
YUV50.12155.58142.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.5%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=35.5%
G=15%
B=49.5%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7130990.280.7000.61275.6553.4925.29
Hex471E631C4603D1143519
Octal10736143341060754246531
Binary1000111111101100011111001000110011110110001010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471E63; }

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

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

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

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

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

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

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

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