Html Css Color HEX #470957 Scarlet Gum

📋 copy color: '#470957'

red 71 ◦ green 9 ◦ blue 87

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

Shades of Scarlet Gum #470957

Tints of Scarlet Gum #470957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

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

R = 42.51%
G = 5.39%
B = 52.1%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#470957 (or 0x470957) is known color: Scarlet Gum. HEX triplet: 47, 09 and 57. RGB value is (71,9,87). Sum of RGB (Red+Green+Blue) = 71+9+87=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #470957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470957 is #B8F6A8. Grayscale: #242424. Windows color (decimal): -12121769 or 5704007. OLE color: 5704007.

HSL color Cylindrical-coordinate representation of color #470957: hue angle of 287.69º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470957 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 9 87 -
CMYK 0.18 0.90 0 0.66
HSL 287.69º 0.81% 0.19% -
HSV(B) 287.69º 0.9% 0.34% -
XYZ 4.42 2.22 9.21 -
YUV 36.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 71 9 87 0.18 0.90 0 0.66 287.69 0.81 0.19
Hex 47 9 57 12 5A 0 42 120 51 13
Octal 107 11 127 22 132 0 102 440 121 23
Binary 1000111 1001 1010111 10010 1011010 0 1000010 100100000 1010001 10011

Color Harmonies of #470957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470957

Black with #470957

Text Example


Text Example

White with #470957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470957; }

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

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

background-color css

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

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

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

border-color css

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

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

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