Html Css Color HEX #472661 Scarlet Gum

📋 copy color: '#472661'

red 71 ◦ green 38 ◦ blue 97

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

Shades of Scarlet Gum #472661

Tints of Scarlet Gum #472661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.45%

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 34.47%
G = 18.45%
B = 47.09%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472661 (or 0x472661) is known color: Scarlet Gum. HEX triplet: 47, 26 and 61. RGB value is (71,38,97). Sum of RGB (Red+Green+Blue) = 71+38+97=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 38 (15.23% from 255 or 18.45% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #472661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472661 is #B8D99E. Grayscale: #363636. Windows color (decimal): -12114335 or 6366791. OLE color: 6366791.

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

Color convert

RGB 71 38 97 -
CMYK 0.27 0.61 0 0.62
HSL 273.56º 0.44% 0.26% -
HSV(B) 273.56º 0.61% 0.38% -
XYZ 5.45 3.59 11.71 -
YUV 54.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 71 38 97 0.27 0.61 0 0.62 273.56 0.44 0.26
Hex 47 26 61 1B 3D 0 3E 112 2C 1A
Octal 107 46 141 33 75 0 76 422 54 32
Binary 1000111 100110 1100001 11011 111101 0 111110 100010010 101100 11010

Color Harmonies of #472661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472661

Black with #472661

Text Example


Text Example

White with #472661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472661; }

 p { color: rgb(71,38,97); }

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

background-color css

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

 a { background-color: rgb(71,38,97); }

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

border-color css

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

 span { border-color: rgb(71,38,97); }

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