Html Css Color HEX #47105F Scarlet Gum

📋 copy color: '#47105F'

red 71 ◦ green 16 ◦ blue 95

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

Shades of Scarlet Gum #47105F

Tints of Scarlet Gum #47105F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 52.2%

R = 39.01%
G = 8.79%
B = 52.2%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#47105F (or 0x47105F) is known color: Scarlet Gum. HEX triplet: 47, 10 and 5F. RGB value is (71,16,95). Sum of RGB (Red+Green+Blue) = 71+16+95=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #47105F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47105F is #B8EFA0. Grayscale: #292929. Windows color (decimal): -12119969 or 6230087. OLE color: 6230087.

HSL color Cylindrical-coordinate representation of color #47105F: hue angle of 281.77º 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 #47105F is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 16 95 -
CMYK 0.25 0.83 0 0.63
HSL 281.77º 0.71% 0.22% -
HSV(B) 281.77º 0.83% 0.37% -
XYZ 4.85 2.54 11.06 -
YUV 41.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 71 16 95 0.25 0.83 0 0.63 281.77 0.71 0.22
Hex 47 10 5F 19 53 0 3F 11A 47 16
Octal 107 20 137 31 123 0 77 432 107 26
Binary 1000111 10000 1011111 11001 1010011 0 111111 100011010 1000111 10110

Color Harmonies of #47105F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47105F

Black with #47105F

Text Example


Text Example

White with #47105F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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