Html Css Color HEX #47175D Scarlet Gum

📋 copy color: '#47175D'

red 71 ◦ green 23 ◦ blue 93

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

Shades of Scarlet Gum #47175D

Tints of Scarlet Gum #47175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

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

R = 37.97%
G = 12.3%
B = 49.73%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47175D (or 0x47175D) is known color: Scarlet Gum. HEX triplet: 47, 17 and 5D. RGB value is (71,23,93). Sum of RGB (Red+Green+Blue) = 71+23+93=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #47175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47175D is #B8E8A2. Grayscale: #2D2D2D. Windows color (decimal): -12118179 or 6100807. OLE color: 6100807.

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

Color convert

RGB 71 23 93 -
CMYK 0.24 0.75 0 0.64
HSL 281.14º 0.6% 0.23% -
HSV(B) 281.14º 0.75% 0.36% -
XYZ 4.88 2.74 10.63 -
YUV 45.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 71 23 93 0.24 0.75 0 0.64 281.14 0.6 0.23
Hex 47 17 5D 18 4B 0 40 119 3C 17
Octal 107 27 135 30 113 0 100 431 74 27
Binary 1000111 10111 1011101 11000 1001011 0 1000000 100011001 111100 10111

Color Harmonies of #47175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47175D

Black with #47175D

Text Example


Text Example

White with #47175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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