Html Css Color HEX #471060 Scarlet Gum

📋 copy color: '#471060'

red 71 ◦ green 16 ◦ blue 96

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

Shades of Scarlet Gum #471060

Tints of Scarlet Gum #471060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

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

R = 38.8%
G = 8.74%
B = 52.46%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#471060 (or 0x471060) is known color: Scarlet Gum. HEX triplet: 47, 10 and 60. RGB value is (71,16,96). Sum of RGB (Red+Green+Blue) = 71+16+96=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #471060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471060 is #B8EF9F. Grayscale: #292929. Windows color (decimal): -12119968 or 6295623. OLE color: 6295623.

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

Color convert

RGB 71 16 96 -
CMYK 0.26 0.83 0 0.62
HSL 281.25º 0.71% 0.22% -
HSV(B) 281.25º 0.83% 0.38% -
XYZ 4.9 2.55 11.3 -
YUV 41.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 71 16 96 0.26 0.83 0 0.62 281.25 0.71 0.22
Hex 47 10 60 1A 53 0 3E 119 47 16
Octal 107 20 140 32 123 0 76 431 107 26
Binary 1000111 10000 1100000 11010 1010011 0 111110 100011001 1000111 10110

Color Harmonies of #471060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471060

Black with #471060

Text Example


Text Example

White with #471060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471060; }

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

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

background-color css

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

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

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

border-color css

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

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

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