Html Css Color HEX #47085B Scarlet Gum

📋 copy color: '#47085B'

red 71 ◦ green 8 ◦ blue 91

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

Shades of Scarlet Gum #47085B

Tints of Scarlet Gum #47085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.71%

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

R = 41.76%
G = 4.71%
B = 53.53%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47085B (or 0x47085B) is known color: Scarlet Gum. HEX triplet: 47, 08 and 5B. RGB value is (71,8,91). Sum of RGB (Red+Green+Blue) = 71+8+91=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #47085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47085B is #B8F7A4. Grayscale: #242424. Windows color (decimal): -12122021 or 5965895. OLE color: 5965895.

HSL color Cylindrical-coordinate representation of color #47085B: hue angle of 285.54º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47085B is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 8 91 -
CMYK 0.22 0.91 0 0.64
HSL 285.54º 0.84% 0.19% -
HSV(B) 285.54º 0.91% 0.36% -
XYZ 4.57 2.27 10.09 -
YUV 36.3 158.87 152.75 -
System Red Green Blue C M Y K H S L
Decimal 71 8 91 0.22 0.91 0 0.64 285.54 0.84 0.19
Hex 47 8 5B 16 5B 0 40 11E 54 13
Octal 107 10 133 26 133 0 100 436 124 23
Binary 1000111 1000 1011011 10110 1011011 0 1000000 100011110 1010100 10011

Color Harmonies of #47085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47085B

Black with #47085B

Text Example


Text Example

White with #47085B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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