Html Css Color HEX #471164 Scarlet Gum

📋 copy color: '#471164'

red 71 ◦ green 17 ◦ blue 100

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

Shades of Scarlet Gum #471164

Tints of Scarlet Gum #471164

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 100 (39.45% from 255) = 53.19%

R = 37.77%
G = 9.04%
B = 53.19%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#471164 (or 0x471164) is known color: Scarlet Gum. HEX triplet: 47, 11 and 64. RGB value is (71,17,100). Sum of RGB (Red+Green+Blue) = 71+17+100=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #471164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471164 is #B8EE9B. Grayscale: #2A2A2A. Windows color (decimal): -12119708 or 6558023. OLE color: 6558023.

HSL color Cylindrical-coordinate representation of color #471164: hue angle of 279.04º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471164 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 17 100 -
CMYK 0.29 0.83 0 0.61
HSL 279.04º 0.71% 0.23% -
HSV(B) 279.04º 0.83% 0.39% -
XYZ 5.1 2.66 12.3 -
YUV 42.61 160.39 148.25 -
System Red Green Blue C M Y K H S L
Decimal 71 17 100 0.29 0.83 0 0.61 279.04 0.71 0.23
Hex 47 11 64 1D 53 0 3D 117 47 17
Octal 107 21 144 35 123 0 75 427 107 27
Binary 1000111 10001 1100100 11101 1010011 0 111101 100010111 1000111 10111

Color Harmonies of #471164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471164

Black with #471164

Text Example


Text Example

White with #471164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471164; }

 p { color: rgb(71,17,100); }

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

background-color css

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

 a { background-color: rgb(71,17,100); }

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

border-color css

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

 span { border-color: rgb(71,17,100); }

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