Html Css Color HEX #47205A Scarlet Gum

📋 copy color: '#47205A'

red 71 ◦ green 32 ◦ blue 90

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

Shades of Scarlet Gum #47205A

Tints of Scarlet Gum #47205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.63%

R = 36.79%
G = 16.58%
B = 46.63%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47205A (or 0x47205A) is known color: Scarlet Gum. HEX triplet: 47, 20 and 5A. RGB value is (71,32,90). Sum of RGB (Red+Green+Blue) = 71+32+90=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #47205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47205A is #B8DFA5. Grayscale: #323232. Windows color (decimal): -12115878 or 5906503. OLE color: 5906503.

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

Color convert

RGB 71 32 90 -
CMYK 0.21 0.64 0 0.65
HSL 280.34º 0.48% 0.24% -
HSV(B) 280.34º 0.64% 0.35% -
XYZ 4.96 3.11 10.01 -
YUV 50.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 71 32 90 0.21 0.64 0 0.65 280.34 0.48 0.24
Hex 47 20 5A 15 40 0 41 118 30 18
Octal 107 40 132 25 100 0 101 430 60 30
Binary 1000111 100000 1011010 10101 1000000 0 1000001 100011000 110000 11000

Color Harmonies of #47205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47205A

Black with #47205A

Text Example


Text Example

White with #47205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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