#47125A

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

Shades of Scarlet Gum #47125A

Tints of Scarlet Gum #47125A

Color information

#47125A (or 0x47125A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 12 and 5A. RGB value is (71,18,90). Sum of RGB (Red+Green+Blue) = 71+18+90=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #47125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47125A is #B8EDA5. Grayscale: #292929. Windows color (decimal): -12119462 or 5902919. OLE color: 5902919.

HSL color Cylindrical-coordinate representation of color #47125A: hue angle of 284.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47125A is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB711890-
CMYK0.210.8000.65
HSL284.17º66.67%21.18%-
HSV(B)284.17º80%35.29%-
XYZ4.662.519.91-
YUV42.06155.06148.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 18 (7.42% from 255) = 10.06%
BLUE value IS 90 (35.55% from 255) = 50.28%
R=39.66%
G=10.06%
B=50.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7118900.210.8000.65284.1766.6721.18
Hex47125A155004111c4315
Octal1072213225120010143410325
Binary100011110010101101010101101000001000001100011100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47125A; }

 p { color: rgb(71,18,90); }

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

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

 a { background-color: rgb(71,18,90); }

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

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

 span { border-color: rgb(71,18,90); }

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