Html Css Color HEX #472057 Scarlet Gum

📋 copy color: '#472057'

red 71 ◦ green 32 ◦ blue 87

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

Shades of Scarlet Gum #472057

Tints of Scarlet Gum #472057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

 BLUE value IS 87 (34.38% from 255) = 45.79%

R = 37.37%
G = 16.84%
B = 45.79%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#472057 (or 0x472057) is known color: Scarlet Gum. HEX triplet: 47, 20 and 57. RGB value is (71,32,87). Sum of RGB (Red+Green+Blue) = 71+32+87=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #472057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472057 is #B8DFA8. Grayscale: #313131. Windows color (decimal): -12115881 or 5709895. OLE color: 5709895.

HSL color Cylindrical-coordinate representation of color #472057: hue angle of 282.55º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472057 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 32 87 -
CMYK 0.18 0.63 0 0.66
HSL 282.55º 0.46% 0.23% -
HSV(B) 282.55º 0.63% 0.34% -
XYZ 4.84 3.06 9.35 -
YUV 49.93 148.92 143.03 -
System Red Green Blue C M Y K H S L
Decimal 71 32 87 0.18 0.63 0 0.66 282.55 0.46 0.23
Hex 47 20 57 12 3F 0 42 11B 2E 17
Octal 107 40 127 22 77 0 102 433 56 27
Binary 1000111 100000 1010111 10010 111111 0 1000010 100011011 101110 10111

Color Harmonies of #472057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472057

Black with #472057

Text Example


Text Example

White with #472057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472057; }

 p { color: rgb(71,32,87); }

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

background-color css

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

 a { background-color: rgb(71,32,87); }

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

border-color css

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

 span { border-color: rgb(71,32,87); }

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