Html Css Color HEX #472947 Hot Purple

📋 copy color: '#472947'

red 71 ◦ green 41 ◦ blue 71

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

Shades of Hot Purple #472947

Tints of Hot Purple #472947

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

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

R = 38.8%
G = 22.4%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472947 (or 0x472947) is known color: Hot Purple. HEX triplet: 47, 29 and 47. RGB value is (71,41,71). Sum of RGB (Red+Green+Blue) = 71+41+71=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472947 is #B8D6B8. Grayscale: #353535. Windows color (decimal): -12113593 or 4663623. OLE color: 4663623.

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

Color convert

RGB 71 41 71 -
CMYK 0 0.42 0 0.72
HSL 300º 0.27% 0.22% -
HSV(B) 300º 0.42% 0.28% -
XYZ 4.53 3.38 6.38 -
YUV 53.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 71 41 71 0 0.42 0 0.72 300 0.27 0.22
Hex 47 29 47 0 2A 0 48 12C 1B 16
Octal 107 51 107 0 52 0 110 454 33 26
Binary 1000111 101001 1000111 0 101010 0 1001000 100101100 11011 10110

Color Harmonies of #472947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472947

Black with #472947

Text Example


Text Example

White with #472947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472947; }

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

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

background-color css

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

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

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

border-color css

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

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

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