Html Css Color HEX #471660 Scarlet Gum

📋 copy color: '#471660'

red 71 ◦ green 22 ◦ blue 96

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

Shades of Scarlet Gum #471660

Tints of Scarlet Gum #471660

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.64%

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

R = 37.57%
G = 11.64%
B = 50.79%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471660 (or 0x471660) is known color: Scarlet Gum. HEX triplet: 47, 16 and 60. RGB value is (71,22,96). Sum of RGB (Red+Green+Blue) = 71+22+96=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #471660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471660 is #B8E99F. Grayscale: #2C2C2C. Windows color (decimal): -12118432 or 6297159. OLE color: 6297159.

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

Color convert

RGB 71 22 96 -
CMYK 0.26 0.77 0 0.62
HSL 279.73º 0.63% 0.23% -
HSV(B) 279.73º 0.77% 0.38% -
XYZ 5 2.76 11.34 -
YUV 45.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 71 22 96 0.26 0.77 0 0.62 279.73 0.63 0.23
Hex 47 16 60 1A 4D 0 3E 118 3F 17
Octal 107 26 140 32 115 0 76 430 77 27
Binary 1000111 10110 1100000 11010 1001101 0 111110 100011000 111111 10111

Color Harmonies of #471660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471660

Black with #471660

Text Example


Text Example

White with #471660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471660; }

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

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

background-color css

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

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

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

border-color css

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

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

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