Html Css Color HEX #47195D Scarlet Gum

📋 copy color: '#47195D'

red 71 ◦ green 25 ◦ blue 93

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

Shades of Scarlet Gum #47195D

Tints of Scarlet Gum #47195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.23%

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

R = 37.57%
G = 13.23%
B = 49.21%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47195D (or 0x47195D) is known color: Scarlet Gum. HEX triplet: 47, 19 and 5D. RGB value is (71,25,93). Sum of RGB (Red+Green+Blue) = 71+25+93=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #47195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47195D is #B8E6A2. Grayscale: #2E2E2E. Windows color (decimal): -12117667 or 6101319. OLE color: 6101319.

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

Color convert

RGB 71 25 93 -
CMYK 0.24 0.73 0 0.64
HSL 280.59º 0.58% 0.23% -
HSV(B) 280.59º 0.73% 0.36% -
XYZ 4.92 2.83 10.64 -
YUV 46.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 71 25 93 0.24 0.73 0 0.64 280.59 0.58 0.23
Hex 47 19 5D 18 49 0 40 119 3A 17
Octal 107 31 135 30 111 0 100 431 72 27
Binary 1000111 11001 1011101 11000 1001001 0 1000000 100011001 111010 10111

Color Harmonies of #47195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47195D

Black with #47195D

Text Example


Text Example

White with #47195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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