Html Css Color HEX #472E47 Hot Purple

📋 copy color: '#472E47'

red 71 ◦ green 46 ◦ blue 71

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

Shades of Hot Purple #472E47

Tints of Hot Purple #472E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.47%

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 37.77%
G = 24.47%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472E47 (or 0x472E47) is known color: Hot Purple. HEX triplet: 47, 2E and 47. RGB value is (71,46,71). Sum of RGB (Red+Green+Blue) = 71+46+71=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472E47 is #B8D1B8. Grayscale: #383838. Windows color (decimal): -12112313 or 4664903. OLE color: 4664903.

HSL color Cylindrical-coordinate representation of color #472E47: hue angle of 300º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #472E47 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 46 71 -
CMYK 0 0.35 0 0.72
HSL 300º 0.21% 0.23% -
HSV(B) 300º 0.35% 0.28% -
XYZ 4.71 3.75 6.44 -
YUV 56.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 71 46 71 0 0.35 0 0.72 300 0.21 0.23
Hex 47 2E 47 0 23 0 48 12C 15 17
Octal 107 56 107 0 43 0 110 454 25 27
Binary 1000111 101110 1000111 0 100011 0 1001000 100101100 10101 10111

Color Harmonies of #472E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472E47

Black with #472E47

Text Example


Text Example

White with #472E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472E47; }

 p { color: rgb(71,46,71); }

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

background-color css

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

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

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

border-color css

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

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

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