Html Css Color HEX #471266 Scarlet Gum

📋 copy color: '#471266'

red 71 ◦ green 18 ◦ blue 102

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

Shades of Scarlet Gum #471266

Tints of Scarlet Gum #471266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

 BLUE value IS 102 (40.23% from 255) = 53.4%

R = 37.17%
G = 9.42%
B = 53.4%

CMYK

 C value IS 0.30

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#471266 (or 0x471266) is known color: Scarlet Gum. HEX triplet: 47, 12 and 66. RGB value is (71,18,102). Sum of RGB (Red+Green+Blue) = 71+18+102=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 102 (40.23% from 255 or 53.40% from 191); Max value from RGB is 102 - color contains mainly: blue. Hex color #471266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471266 is #B8ED99. Grayscale: #2B2B2B. Windows color (decimal): -12119450 or 6689351. OLE color: 6689351.

HSL color Cylindrical-coordinate representation of color #471266: hue angle of 277.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471266 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 18 102 -
CMYK 0.30 0.82 0 0.6
HSL 277.86º 0.7% 0.24% -
HSV(B) 277.86º 0.82% 0.4% -
XYZ 5.21 2.73 12.82 -
YUV 43.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 71 18 102 0.30 0.82 0 0.6 277.86 0.7 0.24
Hex 47 12 66 1E 52 0 3C 116 46 18
Octal 107 22 146 36 122 0 74 426 106 30
Binary 1000111 10010 1100110 11110 1010010 0 111100 100010110 1000110 11000

Color Harmonies of #471266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471266

Black with #471266

Text Example


Text Example

White with #471266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471266; }

 p { color: rgb(71,18,102); }

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

background-color css

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

 a { background-color: rgb(71,18,102); }

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

border-color css

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

 span { border-color: rgb(71,18,102); }

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