Html Css Color HEX #47315C Scarlet Gum

📋 copy color: '#47315C'

red 71 ◦ green 49 ◦ blue 92

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

Shades of Scarlet Gum #47315C

Tints of Scarlet Gum #47315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.11%

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

R = 33.49%
G = 23.11%
B = 43.4%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47315C (or 0x47315C) is known color: Scarlet Gum. HEX triplet: 47, 31 and 5C. RGB value is (71,49,92). Sum of RGB (Red+Green+Blue) = 71+49+92=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #47315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47315C is #B8CEA3. Grayscale: #3C3C3C. Windows color (decimal): -12111524 or 6041927. OLE color: 6041927.

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

Color convert

RGB 71 49 92 -
CMYK 0.23 0.47 0 0.64
HSL 270.7º 0.3% 0.28% -
HSV(B) 270.7º 0.47% 0.36% -
XYZ 5.63 4.31 10.66 -
YUV 60.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 71 49 92 0.23 0.47 0 0.64 270.7 0.3 0.28
Hex 47 31 5C 17 2F 0 40 10F 1E 1C
Octal 107 61 134 27 57 0 100 417 36 34
Binary 1000111 110001 1011100 10111 101111 0 1000000 100001111 11110 11100

Color Harmonies of #47315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47315C

Black with #47315C

Text Example


Text Example

White with #47315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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