Html Css Color HEX #472363 Scarlet Gum

📋 copy color: '#472363'

red 71 ◦ green 35 ◦ blue 99

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

Shades of Scarlet Gum #472363

Tints of Scarlet Gum #472363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

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

R = 34.63%
G = 17.07%
B = 48.29%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#472363 (or 0x472363) is known color: Scarlet Gum. HEX triplet: 47, 23 and 63. RGB value is (71,35,99). Sum of RGB (Red+Green+Blue) = 71+35+99=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #472363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472363 is #B8DC9C. Grayscale: #343434. Windows color (decimal): -12115101 or 6497095. OLE color: 6497095.

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

Color convert

RGB 71 35 99 -
CMYK 0.28 0.65 0 0.61
HSL 273.75º 0.48% 0.26% -
HSV(B) 273.75º 0.65% 0.39% -
XYZ 5.45 3.44 12.18 -
YUV 53.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 71 35 99 0.28 0.65 0 0.61 273.75 0.48 0.26
Hex 47 23 63 1C 41 0 3D 112 30 1A
Octal 107 43 143 34 101 0 75 422 60 32
Binary 1000111 100011 1100011 11100 1000001 0 111101 100010010 110000 11010

Color Harmonies of #472363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472363

Black with #472363

Text Example


Text Example

White with #472363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472363; }

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

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

background-color css

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

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

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

border-color css

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

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

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