#47135C

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

Shades of Scarlet Gum #47135C

Tints of Scarlet Gum #47135C

Color information

#47135C (or 0x47135C) is unknown color: approx Scarlet Gum. HEX triplet: 47, 13 and 5C. RGB value is (71,19,92). Sum of RGB (Red+Green+Blue) = 71+19+92=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #47135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47135C is #B8ECA3. Grayscale: #2A2A2A. Windows color (decimal): -12119204 or 6034247. OLE color: 6034247.

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

Color convert

RGB711992-
CMYK0.230.7900.64
HSL282.74º65.77%21.76%-
HSV(B)282.74º79.35%36.08%-
XYZ4.762.5810.37-
YUV42.87155.73148.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 19 (7.81% from 255) = 10.44%
BLUE value IS 92 (36.33% from 255) = 50.55%
R=39.01%
G=10.44%
B=50.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7119920.230.7900.64282.7465.7721.76
Hex47135C174F04011b4216
Octal1072313427117010043310226
Binary100011110011101110010111100111101000000100011011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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