Html Css Color HEX #472063 Scarlet Gum

📋 copy color: '#472063'

red 71 ◦ green 32 ◦ blue 99

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

Shades of Scarlet Gum #472063

Tints of Scarlet Gum #472063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 49.01%

R = 35.15%
G = 15.84%
B = 49.01%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#472063 (or 0x472063) is known color: Scarlet Gum. HEX triplet: 47, 20 and 63. RGB value is (71,32,99). Sum of RGB (Red+Green+Blue) = 71+32+99=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #472063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472063 is #B8DF9C. Grayscale: #333333. Windows color (decimal): -12115869 or 6496327. OLE color: 6496327.

HSL color Cylindrical-coordinate representation of color #472063: hue angle of 274.93º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472063 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 32 99 -
CMYK 0.28 0.68 0 0.61
HSL 274.93º 0.51% 0.26% -
HSV(B) 274.93º 0.68% 0.39% -
XYZ 5.37 3.27 12.15 -
YUV 51.3 154.92 142.05 -
System Red Green Blue C M Y K H S L
Decimal 71 32 99 0.28 0.68 0 0.61 274.93 0.51 0.26
Hex 47 20 63 1C 44 0 3D 113 33 1A
Octal 107 40 143 34 104 0 75 423 63 32
Binary 1000111 100000 1100011 11100 1000100 0 111101 100010011 110011 11010

Color Harmonies of #472063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472063

Black with #472063

Text Example


Text Example

White with #472063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472063; }

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

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

background-color css

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

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

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

border-color css

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

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

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