Html Css Color HEX #472347 Hot Purple

📋 copy color: '#472347'

red 71 ◦ green 35 ◦ blue 71

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

Shades of Hot Purple #472347

Tints of Hot Purple #472347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.77%

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

R = 40.11%
G = 19.77%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472347 (or 0x472347) is known color: Hot Purple. HEX triplet: 47, 23 and 47. RGB value is (71,35,71). Sum of RGB (Red+Green+Blue) = 71+35+71=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472347 is #B8DCB8. Grayscale: #313131. Windows color (decimal): -12115129 or 4662087. OLE color: 4662087.

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

Color convert

RGB 71 35 71 -
CMYK 0 0.51 0 0.72
HSL 300º 0.34% 0.21% -
HSV(B) 300º 0.51% 0.28% -
XYZ 4.34 3 6.31 -
YUV 49.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 71 35 71 0 0.51 0 0.72 300 0.34 0.21
Hex 47 23 47 0 33 0 48 12C 22 15
Octal 107 43 107 0 63 0 110 454 42 25
Binary 1000111 100011 1000111 0 110011 0 1001000 100101100 100010 10101

Color Harmonies of #472347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472347

Black with #472347

Text Example


Text Example

White with #472347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472347; }

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

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

background-color css

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

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

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

border-color css

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

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

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