Html Css Color HEX #472164 Scarlet Gum

📋 copy color: '#472164'

red 71 ◦ green 33 ◦ blue 100

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

Shades of Scarlet Gum #472164

Tints of Scarlet Gum #472164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 49.02%

R = 34.8%
G = 16.18%
B = 49.02%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#472164 (or 0x472164) is known color: Scarlet Gum. HEX triplet: 47, 21 and 64. RGB value is (71,33,100). Sum of RGB (Red+Green+Blue) = 71+33+100=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 100 (39.45% from 255 or 49.02% from 204); Max value from RGB is 100 - color contains mainly: blue. Hex color #472164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472164 is #B8DE9B. Grayscale: #333333. Windows color (decimal): -12115612 or 6562119. OLE color: 6562119.

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

Color convert

RGB 71 33 100 -
CMYK 0.29 0.67 0 0.61
HSL 274.03º 0.5% 0.26% -
HSV(B) 274.03º 0.67% 0.39% -
XYZ 5.44 3.35 12.42 -
YUV 52 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 71 33 100 0.29 0.67 0 0.61 274.03 0.5 0.26
Hex 47 21 64 1D 43 0 3D 112 32 1A
Octal 107 41 144 35 103 0 75 422 62 32
Binary 1000111 100001 1100100 11101 1000011 0 111101 100010010 110010 11010

Color Harmonies of #472164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472164

Black with #472164

Text Example


Text Example

White with #472164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472164; }

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

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

background-color css

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

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

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

border-color css

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

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

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