Html Css Color HEX #47095B Scarlet Gum

📋 copy color: '#47095B'

red 71 ◦ green 9 ◦ blue 91

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

Shades of Scarlet Gum #47095B

Tints of Scarlet Gum #47095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.26%

 BLUE value IS 91 (35.94% from 255) = 53.22%

R = 41.52%
G = 5.26%
B = 53.22%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47095B (or 0x47095B) is known color: Scarlet Gum. HEX triplet: 47, 09 and 5B. RGB value is (71,9,91). Sum of RGB (Red+Green+Blue) = 71+9+91=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #47095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47095B is #B8F6A4. Grayscale: #242424. Windows color (decimal): -12121765 or 5966151. OLE color: 5966151.

HSL color Cylindrical-coordinate representation of color #47095B: hue angle of 285.37º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47095B is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 9 91 -
CMYK 0.22 0.90 0 0.64
HSL 285.37º 0.82% 0.2% -
HSV(B) 285.37º 0.9% 0.36% -
XYZ 4.58 2.29 10.1 -
YUV 36.89 158.54 152.33 -
System Red Green Blue C M Y K H S L
Decimal 71 9 91 0.22 0.90 0 0.64 285.37 0.82 0.2
Hex 47 9 5B 16 5A 0 40 11D 52 14
Octal 107 11 133 26 132 0 100 435 122 24
Binary 1000111 1001 1011011 10110 1011010 0 1000000 100011101 1010010 10100

Color Harmonies of #47095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47095B

Black with #47095B

Text Example


Text Example

White with #47095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47095B; }

 p { color: rgb(71,9,91); }

 H1.HeaderClassName
 {
   color: #47095B;
 }
 .AnyTagClassName
 {
   color: #47095B;
 }
</style>

background-color css

<style>
 a { background-color: #47095B; }

 a { background-color: rgb(71,9,91); }

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

border-color css

<style>
 span { border-color: #47095B; }

 span { border-color: rgb(71,9,91); }

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