Html Css Color HEX #47065A Scarlet Gum

📋 copy color: '#47065A'

red 71 ◦ green 6 ◦ blue 90

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

Shades of Scarlet Gum #47065A

Tints of Scarlet Gum #47065A

RGB

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

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

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

R = 42.51%
G = 3.59%
B = 53.89%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47065A (or 0x47065A) is known color: Scarlet Gum. HEX triplet: 47, 06 and 5A. RGB value is (71,6,90). Sum of RGB (Red+Green+Blue) = 71+6+90=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #47065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47065A is #B8F9A5. Grayscale: #222222. Windows color (decimal): -12122534 or 5899847. OLE color: 5899847.

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

Color convert

RGB 71 6 90 -
CMYK 0.21 0.93 0 0.65
HSL 286.43º 0.88% 0.19% -
HSV(B) 286.43º 0.93% 0.35% -
XYZ 4.51 2.21 9.86 -
YUV 35.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 71 6 90 0.21 0.93 0 0.65 286.43 0.88 0.19
Hex 47 6 5A 15 5D 0 41 11E 58 13
Octal 107 6 132 25 135 0 101 436 130 23
Binary 1000111 110 1011010 10101 1011101 0 1000001 100011110 1011000 10011

Color Harmonies of #47065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47065A

Black with #47065A

Text Example


Text Example

White with #47065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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