Html Css Color HEX #471561 Scarlet Gum

📋 copy color: '#471561'

red 71 ◦ green 21 ◦ blue 97

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

Shades of Scarlet Gum #471561

Tints of Scarlet Gum #471561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

 BLUE value IS 97 (38.28% from 255) = 51.32%

R = 37.57%
G = 11.11%
B = 51.32%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471561 (or 0x471561) is known color: Scarlet Gum. HEX triplet: 47, 15 and 61. RGB value is (71,21,97). Sum of RGB (Red+Green+Blue) = 71+21+97=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #471561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471561 is #B8EA9E. Grayscale: #2C2C2C. Windows color (decimal): -12118687 or 6362439. OLE color: 6362439.

HSL color Cylindrical-coordinate representation of color #471561: hue angle of 279.47º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #471561 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 21 97 -
CMYK 0.27 0.78 0 0.62
HSL 279.47º 0.64% 0.23% -
HSV(B) 279.47º 0.78% 0.38% -
XYZ 5.02 2.74 11.57 -
YUV 44.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 71 21 97 0.27 0.78 0 0.62 279.47 0.64 0.23
Hex 47 15 61 1B 4E 0 3E 117 40 17
Octal 107 25 141 33 116 0 76 427 100 27
Binary 1000111 10101 1100001 11011 1001110 0 111110 100010111 1000000 10111

Color Harmonies of #471561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471561

Black with #471561

Text Example


Text Example

White with #471561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471561; }

 p { color: rgb(71,21,97); }

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

background-color css

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

 a { background-color: rgb(71,21,97); }

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

border-color css

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

 span { border-color: rgb(71,21,97); }

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