Html Css Color HEX #47215E Scarlet Gum

📋 copy color: '#47215E'

red 71 ◦ green 33 ◦ blue 94

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

Shades of Scarlet Gum #47215E

Tints of Scarlet Gum #47215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 35.86%
G = 16.67%
B = 47.47%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47215E (or 0x47215E) is known color: Scarlet Gum. HEX triplet: 47, 21 and 5E. RGB value is (71,33,94). Sum of RGB (Red+Green+Blue) = 71+33+94=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #47215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47215E is #B8DEA1. Grayscale: #333333. Windows color (decimal): -12115618 or 6168903. OLE color: 6168903.

HSL color Cylindrical-coordinate representation of color #47215E: hue angle of 277.38º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47215E is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 33 94 -
CMYK 0.24 0.65 0 0.63
HSL 277.38º 0.48% 0.25% -
HSV(B) 277.38º 0.65% 0.37% -
XYZ 5.16 3.24 10.94 -
YUV 51.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 71 33 94 0.24 0.65 0 0.63 277.38 0.48 0.25
Hex 47 21 5E 18 41 0 3F 115 30 19
Octal 107 41 136 30 101 0 77 425 60 31
Binary 1000111 100001 1011110 11000 1000001 0 111111 100010101 110000 11001

Color Harmonies of #47215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47215E

Black with #47215E

Text Example


Text Example

White with #47215E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47215E; }

 p { color: rgb(71,33,94); }

 H1.HeaderClassName
 {
   color: #47215E;
 }
 .AnyTagClassName
 {
   color: #47215E;
 }
</style>

background-color css

<style>
 a { background-color: #47215E; }

 a { background-color: rgb(71,33,94); }

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

border-color css

<style>
 span { border-color: #47215E; }

 span { border-color: rgb(71,33,94); }

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