Html Css Color HEX #472058 Scarlet Gum

📋 copy color: '#472058'

red 71 ◦ green 32 ◦ blue 88

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

Shades of Scarlet Gum #472058

Tints of Scarlet Gum #472058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 46.07%

R = 37.17%
G = 16.75%
B = 46.07%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#472058 (or 0x472058) is known color: Scarlet Gum. HEX triplet: 47, 20 and 58. RGB value is (71,32,88). Sum of RGB (Red+Green+Blue) = 71+32+88=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #472058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472058 is #B8DFA7. Grayscale: #313131. Windows color (decimal): -12115880 or 5775431. OLE color: 5775431.

HSL color Cylindrical-coordinate representation of color #472058: hue angle of 281.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #472058 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 32 88 -
CMYK 0.19 0.64 0 0.65
HSL 281.79º 0.47% 0.24% -
HSV(B) 281.79º 0.64% 0.35% -
XYZ 4.88 3.08 9.57 -
YUV 50.05 149.42 142.95 -
System Red Green Blue C M Y K H S L
Decimal 71 32 88 0.19 0.64 0 0.65 281.79 0.47 0.24
Hex 47 20 58 13 40 0 41 11A 2F 18
Octal 107 40 130 23 100 0 101 432 57 30
Binary 1000111 100000 1011000 10011 1000000 0 1000001 100011010 101111 11000

Color Harmonies of #472058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472058

Black with #472058

Text Example


Text Example

White with #472058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472058; }

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

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

background-color css

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

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

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

border-color css

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

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

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