Html Css Color HEX #47325C Scarlet Gum

📋 copy color: '#47325C'

red 71 ◦ green 50 ◦ blue 92

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

Shades of Scarlet Gum #47325C

Tints of Scarlet Gum #47325C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 33.33%
G = 23.47%
B = 43.19%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47325C (or 0x47325C) is known color: Scarlet Gum. HEX triplet: 47, 32 and 5C. RGB value is (71,50,92). Sum of RGB (Red+Green+Blue) = 71+50+92=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #47325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47325C is #B8CDA3. Grayscale: #3C3C3C. Windows color (decimal): -12111268 or 6042183. OLE color: 6042183.

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

Color convert

RGB 71 50 92 -
CMYK 0.23 0.46 0 0.64
HSL 270º 0.3% 0.28% -
HSV(B) 270º 0.46% 0.36% -
XYZ 5.67 4.39 10.67 -
YUV 61.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 71 50 92 0.23 0.46 0 0.64 270 0.3 0.28
Hex 47 32 5C 17 2E 0 40 10E 1E 1C
Octal 107 62 134 27 56 0 100 416 36 34
Binary 1000111 110010 1011100 10111 101110 0 1000000 100001110 11110 11100

Color Harmonies of #47325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47325C

Black with #47325C

Text Example


Text Example

White with #47325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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