Html Css Color HEX #47205C Scarlet Gum

📋 copy color: '#47205C'

red 71 ◦ green 32 ◦ blue 92

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

Shades of Scarlet Gum #47205C

Tints of Scarlet Gum #47205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 47.18%

R = 36.41%
G = 16.41%
B = 47.18%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47205C (or 0x47205C) is known color: Scarlet Gum. HEX triplet: 47, 20 and 5C. RGB value is (71,32,92). Sum of RGB (Red+Green+Blue) = 71+32+92=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #47205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47205C is #B8DFA3. Grayscale: #323232. Windows color (decimal): -12115876 or 6037575. OLE color: 6037575.

HSL color Cylindrical-coordinate representation of color #47205C: hue angle of 279º 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 #47205C is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 32 92 -
CMYK 0.23 0.65 0 0.64
HSL 279º 0.48% 0.24% -
HSV(B) 279º 0.65% 0.36% -
XYZ 5.05 3.15 10.47 -
YUV 50.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 71 32 92 0.23 0.65 0 0.64 279 0.48 0.24
Hex 47 20 5C 17 41 0 40 117 30 18
Octal 107 40 134 27 101 0 100 427 60 30
Binary 1000111 100000 1011100 10111 1000001 0 1000000 100010111 110000 11000

Color Harmonies of #47205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47205C

Black with #47205C

Text Example


Text Example

White with #47205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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