Html Css Color HEX #47115A Scarlet Gum

📋 copy color: '#47115A'

red 71 ◦ green 17 ◦ blue 90

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

Shades of Scarlet Gum #47115A

Tints of Scarlet Gum #47115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.55%

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

R = 39.89%
G = 9.55%
B = 50.56%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47115A (or 0x47115A) is known color: Scarlet Gum. HEX triplet: 47, 11 and 5A. RGB value is (71,17,90). Sum of RGB (Red+Green+Blue) = 71+17+90=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #47115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47115A is #B8EEA5. Grayscale: #292929. Windows color (decimal): -12119718 or 5902663. OLE color: 5902663.

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

Color convert

RGB 71 17 90 -
CMYK 0.21 0.81 0 0.65
HSL 284.38º 0.68% 0.21% -
HSV(B) 284.38º 0.81% 0.35% -
XYZ 4.64 2.48 9.91 -
YUV 41.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 71 17 90 0.21 0.81 0 0.65 284.38 0.68 0.21
Hex 47 11 5A 15 51 0 41 11C 44 15
Octal 107 21 132 25 121 0 101 434 104 25
Binary 1000111 10001 1011010 10101 1010001 0 1000001 100011100 1000100 10101

Color Harmonies of #47115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47115A

Black with #47115A

Text Example


Text Example

White with #47115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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