Html Css Color HEX #47105E Scarlet Gum

📋 copy color: '#47105E'

red 71 ◦ green 16 ◦ blue 94

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

Shades of Scarlet Gum #47105E

Tints of Scarlet Gum #47105E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

 BLUE value IS 94 (37.11% from 255) = 51.93%

R = 39.23%
G = 8.84%
B = 51.93%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47105E (or 0x47105E) is known color: Scarlet Gum. HEX triplet: 47, 10 and 5E. RGB value is (71,16,94). Sum of RGB (Red+Green+Blue) = 71+16+94=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #47105E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47105E is #B8EFA1. Grayscale: #292929. Windows color (decimal): -12119970 or 6164551. OLE color: 6164551.

HSL color Cylindrical-coordinate representation of color #47105E: hue angle of 282.31º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47105E is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 16 94 -
CMYK 0.24 0.83 0 0.63
HSL 282.31º 0.71% 0.22% -
HSV(B) 282.31º 0.83% 0.37% -
XYZ 4.8 2.52 10.82 -
YUV 41.34 157.72 149.16 -
System Red Green Blue C M Y K H S L
Decimal 71 16 94 0.24 0.83 0 0.63 282.31 0.71 0.22
Hex 47 10 5E 18 53 0 3F 11A 47 16
Octal 107 20 136 30 123 0 77 432 107 26
Binary 1000111 10000 1011110 11000 1010011 0 111111 100011010 1000111 10110

Color Harmonies of #47105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47105E

Black with #47105E

Text Example


Text Example

White with #47105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47105E; }

 p { color: rgb(71,16,94); }

 H1.HeaderClassName
 {
   color: #47105E;
 }
 .AnyTagClassName
 {
   color: #47105E;
 }
</style>

background-color css

<style>
 a { background-color: #47105E; }

 a { background-color: rgb(71,16,94); }

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

border-color css

<style>
 span { border-color: #47105E; }

 span { border-color: rgb(71,16,94); }

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