Html Css Color HEX #472062 Scarlet Gum

📋 copy color: '#472062'

red 71 ◦ green 32 ◦ blue 98

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

Shades of Scarlet Gum #472062

Tints of Scarlet Gum #472062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.76%

R = 35.32%
G = 15.92%
B = 48.76%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472062 (or 0x472062) is known color: Scarlet Gum. HEX triplet: 47, 20 and 62. RGB value is (71,32,98). Sum of RGB (Red+Green+Blue) = 71+32+98=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #472062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472062 is #B8DF9D. Grayscale: #323232. Windows color (decimal): -12115870 or 6430791. OLE color: 6430791.

HSL color Cylindrical-coordinate representation of color #472062: hue angle of 275.45º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472062 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 32 98 -
CMYK 0.28 0.67 0 0.62
HSL 275.45º 0.51% 0.25% -
HSV(B) 275.45º 0.67% 0.38% -
XYZ 5.32 3.25 11.9 -
YUV 51.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 71 32 98 0.28 0.67 0 0.62 275.45 0.51 0.25
Hex 47 20 62 1C 43 0 3E 113 33 19
Octal 107 40 142 34 103 0 76 423 63 31
Binary 1000111 100000 1100010 11100 1000011 0 111110 100010011 110011 11001

Color Harmonies of #472062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472062

Black with #472062

Text Example


Text Example

White with #472062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472062; }

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

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

background-color css

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

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

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

border-color css

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

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

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