Html Css Color HEX #471560 Scarlet Gum

📋 copy color: '#471560'

red 71 ◦ green 21 ◦ blue 96

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

Shades of Scarlet Gum #471560

Tints of Scarlet Gum #471560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.06%

R = 37.77%
G = 11.17%
B = 51.06%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471560 (or 0x471560) is known color: Scarlet Gum. HEX triplet: 47, 15 and 60. RGB value is (71,21,96). Sum of RGB (Red+Green+Blue) = 71+21+96=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #471560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471560 is #B8EA9F. Grayscale: #2C2C2C. Windows color (decimal): -12118688 or 6296903. OLE color: 6296903.

HSL color Cylindrical-coordinate representation of color #471560: hue angle of 280º 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 #471560 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 21 96 -
CMYK 0.26 0.78 0 0.62
HSL 280º 0.64% 0.23% -
HSV(B) 280º 0.78% 0.38% -
XYZ 4.98 2.72 11.33 -
YUV 44.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 71 21 96 0.26 0.78 0 0.62 280 0.64 0.23
Hex 47 15 60 1A 4E 0 3E 118 40 17
Octal 107 25 140 32 116 0 76 430 100 27
Binary 1000111 10101 1100000 11010 1001110 0 111110 100011000 1000000 10111

Color Harmonies of #471560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471560

Black with #471560

Text Example


Text Example

White with #471560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471560; }

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

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

background-color css

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

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

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

border-color css

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

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

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