Html Css Color HEX #47155A Scarlet Gum

📋 copy color: '#47155A'

red 71 ◦ green 21 ◦ blue 90

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

Shades of Scarlet Gum #47155A

Tints of Scarlet Gum #47155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

 BLUE value IS 90 (35.55% from 255) = 49.45%

R = 39.01%
G = 11.54%
B = 49.45%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47155A (or 0x47155A) is known color: Scarlet Gum. HEX triplet: 47, 15 and 5A. RGB value is (71,21,90). Sum of RGB (Red+Green+Blue) = 71+21+90=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #47155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47155A is #B8EAA5. Grayscale: #2B2B2B. Windows color (decimal): -12118694 or 5903687. OLE color: 5903687.

HSL color Cylindrical-coordinate representation of color #47155A: hue angle of 283.48º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47155A is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 21 90 -
CMYK 0.21 0.77 0 0.65
HSL 283.48º 0.62% 0.22% -
HSV(B) 283.48º 0.77% 0.35% -
XYZ 4.71 2.61 9.93 -
YUV 43.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 71 21 90 0.21 0.77 0 0.65 283.48 0.62 0.22
Hex 47 15 5A 15 4D 0 41 11B 3E 16
Octal 107 25 132 25 115 0 101 433 76 26
Binary 1000111 10101 1011010 10101 1001101 0 1000001 100011011 111110 10110

Color Harmonies of #47155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47155A

Black with #47155A

Text Example


Text Example

White with #47155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47155A; }

 p { color: rgb(71,21,90); }

 H1.HeaderClassName
 {
   color: #47155A;
 }
 .AnyTagClassName
 {
   color: #47155A;
 }
</style>

background-color css

<style>
 a { background-color: #47155A; }

 a { background-color: rgb(71,21,90); }

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

border-color css

<style>
 span { border-color: #47155A; }

 span { border-color: rgb(71,21,90); }

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