Html Css Color HEX #471366 Scarlet Gum

📋 copy color: '#471366'

red 71 ◦ green 19 ◦ blue 102

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

Shades of Scarlet Gum #471366

Tints of Scarlet Gum #471366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.9%

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

R = 36.98%
G = 9.9%
B = 53.13%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#471366 (or 0x471366) is known color: Scarlet Gum. HEX triplet: 47, 13 and 66. RGB value is (71,19,102). Sum of RGB (Red+Green+Blue) = 71+19+102=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #471366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471366 is #B8EC99. Grayscale: #2B2B2B. Windows color (decimal): -12119194 or 6689607. OLE color: 6689607.

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

Color convert

RGB 71 19 102 -
CMYK 0.30 0.81 0 0.6
HSL 277.59º 0.69% 0.24% -
HSV(B) 277.59º 0.81% 0.4% -
XYZ 5.23 2.76 12.83 -
YUV 44.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 71 19 102 0.30 0.81 0 0.6 277.59 0.69 0.24
Hex 47 13 66 1E 51 0 3C 116 45 18
Octal 107 23 146 36 121 0 74 426 105 30
Binary 1000111 10011 1100110 11110 1010001 0 111100 100010110 1000101 11000

Color Harmonies of #471366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471366

Black with #471366

Text Example


Text Example

White with #471366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471366; }

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

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

background-color css

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

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

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

border-color css

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

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

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