Html Css Color HEX #47105C Scarlet Gum

📋 copy color: '#47105C'

red 71 ◦ green 16 ◦ blue 92

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

Shades of Scarlet Gum #47105C

Tints of Scarlet Gum #47105C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 51.4%

R = 39.66%
G = 8.94%
B = 51.4%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47105C (or 0x47105C) is known color: Scarlet Gum. HEX triplet: 47, 10 and 5C. RGB value is (71,16,92). Sum of RGB (Red+Green+Blue) = 71+16+92=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #47105C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47105C is #B8EFA3. Grayscale: #282828. Windows color (decimal): -12119972 or 6033479. OLE color: 6033479.

HSL color Cylindrical-coordinate representation of color #47105C: hue angle of 283.42º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47105C is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 16 92 -
CMYK 0.23 0.83 0 0.64
HSL 283.42º 0.7% 0.21% -
HSV(B) 283.42º 0.83% 0.36% -
XYZ 4.72 2.48 10.36 -
YUV 41.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 71 16 92 0.23 0.83 0 0.64 283.42 0.7 0.21
Hex 47 10 5C 17 53 0 40 11B 46 15
Octal 107 20 134 27 123 0 100 433 106 25
Binary 1000111 10000 1011100 10111 1010011 0 1000000 100011011 1000110 10101

Color Harmonies of #47105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47105C

Black with #47105C

Text Example


Text Example

White with #47105C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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