Html Css Color HEX #472563 Scarlet Gum

📋 copy color: '#472563'

red 71 ◦ green 37 ◦ blue 99

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

Shades of Scarlet Gum #472563

Tints of Scarlet Gum #472563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.87%

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

R = 34.3%
G = 17.87%
B = 47.83%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#472563 (or 0x472563) is known color: Scarlet Gum. HEX triplet: 47, 25 and 63. RGB value is (71,37,99). Sum of RGB (Red+Green+Blue) = 71+37+99=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #472563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472563 is #B8DA9C. Grayscale: #363636. Windows color (decimal): -12114589 or 6497607. OLE color: 6497607.

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

Color convert

RGB 71 37 99 -
CMYK 0.28 0.63 0 0.61
HSL 272.9º 0.46% 0.27% -
HSV(B) 272.9º 0.63% 0.39% -
XYZ 5.51 3.56 12.2 -
YUV 54.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 71 37 99 0.28 0.63 0 0.61 272.9 0.46 0.27
Hex 47 25 63 1C 3F 0 3D 111 2E 1B
Octal 107 45 143 34 77 0 75 421 56 33
Binary 1000111 100101 1100011 11100 111111 0 111101 100010001 101110 11011

Color Harmonies of #472563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472563

Black with #472563

Text Example


Text Example

White with #472563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472563; }

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

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

background-color css

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

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

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

border-color css

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

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

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