Html Css Color HEX #472F47 Hot Purple

📋 copy color: '#472F47'

red 71 ◦ green 47 ◦ blue 71

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

Shades of Hot Purple #472F47

Tints of Hot Purple #472F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.87%

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

R = 37.57%
G = 24.87%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472F47 (or 0x472F47) is known color: Hot Purple. HEX triplet: 47, 2F and 47. RGB value is (71,47,71). Sum of RGB (Red+Green+Blue) = 71+47+71=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F47 is #B8D0B8. Grayscale: #383838. Windows color (decimal): -12112057 or 4665159. OLE color: 4665159.

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

Color convert

RGB 71 47 71 -
CMYK 0 0.34 0 0.72
HSL 300º 0.2% 0.23% -
HSV(B) 300º 0.34% 0.28% -
XYZ 4.75 3.83 6.45 -
YUV 56.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 71 47 71 0 0.34 0 0.72 300 0.2 0.23
Hex 47 2F 47 0 22 0 48 12C 14 17
Octal 107 57 107 0 42 0 110 454 24 27
Binary 1000111 101111 1000111 0 100010 0 1001000 100101100 10100 10111

Color Harmonies of #472F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F47

Black with #472F47

Text Example


Text Example

White with #472F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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