Html Css Color HEX #472561 Scarlet Gum

📋 copy color: '#472561'

red 71 ◦ green 37 ◦ blue 97

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

Shades of Scarlet Gum #472561

Tints of Scarlet Gum #472561

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 34.63%
G = 18.05%
B = 47.32%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472561 (or 0x472561) is known color: Scarlet Gum. HEX triplet: 47, 25 and 61. RGB value is (71,37,97). Sum of RGB (Red+Green+Blue) = 71+37+97=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #472561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472561 is #B8DA9E. Grayscale: #353535. Windows color (decimal): -12114591 or 6366535. OLE color: 6366535.

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

Color convert

RGB 71 37 97 -
CMYK 0.27 0.62 0 0.62
HSL 274º 0.45% 0.26% -
HSV(B) 274º 0.62% 0.38% -
XYZ 5.42 3.53 11.7 -
YUV 54.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 71 37 97 0.27 0.62 0 0.62 274 0.45 0.26
Hex 47 25 61 1B 3E 0 3E 112 2D 1A
Octal 107 45 141 33 76 0 76 422 55 32
Binary 1000111 100101 1100001 11011 111110 0 111110 100010010 101101 11010

Color Harmonies of #472561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472561

Black with #472561

Text Example


Text Example

White with #472561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472561; }

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

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

background-color css

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

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

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

border-color css

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

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

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