Html Css Color HEX #47205D Scarlet Gum

📋 copy color: '#47205D'

red 71 ◦ green 32 ◦ blue 93

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

Shades of Scarlet Gum #47205D

Tints of Scarlet Gum #47205D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.45%

R = 36.22%
G = 16.33%
B = 47.45%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47205D (or 0x47205D) is known color: Scarlet Gum. HEX triplet: 47, 20 and 5D. RGB value is (71,32,93). Sum of RGB (Red+Green+Blue) = 71+32+93=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #47205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47205D is #B8DFA2. Grayscale: #323232. Windows color (decimal): -12115875 or 6103111. OLE color: 6103111.

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

Color convert

RGB 71 32 93 -
CMYK 0.24 0.66 0 0.64
HSL 278.36º 0.49% 0.25% -
HSV(B) 278.36º 0.66% 0.36% -
XYZ 5.09 3.16 10.7 -
YUV 50.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 71 32 93 0.24 0.66 0 0.64 278.36 0.49 0.25
Hex 47 20 5D 18 42 0 40 116 31 19
Octal 107 40 135 30 102 0 100 426 61 31
Binary 1000111 100000 1011101 11000 1000010 0 1000000 100010110 110001 11001

Color Harmonies of #47205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47205D

Black with #47205D

Text Example


Text Example

White with #47205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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