Html Css Color HEX #47205B Scarlet Gum

📋 copy color: '#47205B'

red 71 ◦ green 32 ◦ blue 91

#47205B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #47205B

Tints of Scarlet Gum #47205B

RGB

 RED value IS 71 (28.13% from 255) = 36.6%

 GREEN value IS 32 (12.89% from 255) = 16.49%

 BLUE value IS 91 (35.94% from 255) = 46.91%

R = 36.6%
G = 16.49%
B = 46.91%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47205B (or 0x47205B) is known color: Scarlet Gum. HEX triplet: 47, 20 and 5B. RGB value is (71,32,91). Sum of RGB (Red+Green+Blue) = 71+32+91=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #47205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47205B is #B8DFA4. Grayscale: #323232. Windows color (decimal): -12115877 or 5972039. OLE color: 5972039.

HSL color Cylindrical-coordinate representation of color #47205B: hue angle of 279.66º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47205B is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 32 91 -
CMYK 0.22 0.65 0 0.64
HSL 279.66º 0.48% 0.24% -
HSV(B) 279.66º 0.65% 0.36% -
XYZ 5 3.13 10.24 -
YUV 50.39 150.92 142.7 -
System Red Green Blue C M Y K H S L
Decimal 71 32 91 0.22 0.65 0 0.64 279.66 0.48 0.24
Hex 47 20 5B 16 41 0 40 118 30 18
Octal 107 40 133 26 101 0 100 430 60 30
Binary 1000111 100000 1011011 10110 1000001 0 1000000 100011000 110000 11000

Color Harmonies of #47205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47205B

Black with #47205B

Text Example


Text Example

White with #47205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47205B; }

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

 H1.HeaderClassName
 {
   color: #47205B;
 }
 .AnyTagClassName
 {
   color: #47205B;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #47205B;
 }
 .BgClassName
 {
   background-color: #47205B;
 }
</style>

border-color css

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

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

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