Html Css Color HEX #472160 Scarlet Gum

📋 copy color: '#472160'

red 71 ◦ green 33 ◦ blue 96

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

Shades of Scarlet Gum #472160

Tints of Scarlet Gum #472160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.5%

 BLUE value IS 96 (37.89% from 255) = 48%

R = 35.5%
G = 16.5%
B = 48%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#472160 (or 0x472160) is known color: Scarlet Gum. HEX triplet: 47, 21 and 60. RGB value is (71,33,96). Sum of RGB (Red+Green+Blue) = 71+33+96=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #472160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472160 is #B8DE9F. Grayscale: #333333. Windows color (decimal): -12115616 or 6299975. OLE color: 6299975.

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

Color convert

RGB 71 33 96 -
CMYK 0.26 0.66 0 0.62
HSL 276.19º 0.49% 0.25% -
HSV(B) 276.19º 0.66% 0.38% -
XYZ 5.25 3.27 11.42 -
YUV 51.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 71 33 96 0.26 0.66 0 0.62 276.19 0.49 0.25
Hex 47 21 60 1A 42 0 3E 114 31 19
Octal 107 41 140 32 102 0 76 424 61 31
Binary 1000111 100001 1100000 11010 1000010 0 111110 100010100 110001 11001

Color Harmonies of #472160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472160

Black with #472160

Text Example


Text Example

White with #472160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472160; }

 p { color: rgb(71,33,96); }

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

background-color css

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

 a { background-color: rgb(71,33,96); }

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

border-color css

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

 span { border-color: rgb(71,33,96); }

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