Html Css Color HEX #47065B Scarlet Gum

📋 copy color: '#47065B'

red 71 ◦ green 6 ◦ blue 91

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

Shades of Scarlet Gum #47065B

Tints of Scarlet Gum #47065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.57%

 BLUE value IS 91 (35.94% from 255) = 54.17%

R = 42.26%
G = 3.57%
B = 54.17%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47065B (or 0x47065B) is known color: Scarlet Gum. HEX triplet: 47, 06 and 5B. RGB value is (71,6,91). Sum of RGB (Red+Green+Blue) = 71+6+91=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #47065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47065B is #B8F9A4. Grayscale: #222222. Windows color (decimal): -12122533 or 5965383. OLE color: 5965383.

HSL color Cylindrical-coordinate representation of color #47065B: hue angle of 285.88º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47065B is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 6 91 -
CMYK 0.22 0.93 0 0.64
HSL 285.88º 0.88% 0.19% -
HSV(B) 285.88º 0.93% 0.36% -
XYZ 4.55 2.23 10.09 -
YUV 35.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 71 6 91 0.22 0.93 0 0.64 285.88 0.88 0.19
Hex 47 6 5B 16 5D 0 40 11E 58 13
Octal 107 6 133 26 135 0 100 436 130 23
Binary 1000111 110 1011011 10110 1011101 0 1000000 100011110 1011000 10011

Color Harmonies of #47065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47065B

Black with #47065B

Text Example


Text Example

White with #47065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47065B; }

 p { color: rgb(71,6,91); }

 H1.HeaderClassName
 {
   color: #47065B;
 }
 .AnyTagClassName
 {
   color: #47065B;
 }
</style>

background-color css

<style>
 a { background-color: #47065B; }

 a { background-color: rgb(71,6,91); }

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

border-color css

<style>
 span { border-color: #47065B; }

 span { border-color: rgb(71,6,91); }

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