Html Css Color HEX #472047 Hot Purple

📋 copy color: '#472047'

red 71 ◦ green 32 ◦ blue 71

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

Shades of Hot Purple #472047

Tints of Hot Purple #472047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.39%

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

R = 40.8%
G = 18.39%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472047 (or 0x472047) is known color: Hot Purple. HEX triplet: 47, 20 and 47. RGB value is (71,32,71). Sum of RGB (Red+Green+Blue) = 71+32+71=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472047 is #B8DFB8. Grayscale: #2F2F2F. Windows color (decimal): -12115897 or 4661319. OLE color: 4661319.

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

Color convert

RGB 71 32 71 -
CMYK 0 0.55 0 0.72
HSL 300º 0.38% 0.2% -
HSV(B) 300º 0.55% 0.28% -
XYZ 4.25 2.83 6.28 -
YUV 48.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 71 32 71 0 0.55 0 0.72 300 0.38 0.2
Hex 47 20 47 0 37 0 48 12C 26 14
Octal 107 40 107 0 67 0 110 454 46 24
Binary 1000111 100000 1000111 0 110111 0 1001000 100101100 100110 10100

Color Harmonies of #472047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472047

Black with #472047

Text Example


Text Example

White with #472047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472047; }

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

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

background-color css

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

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

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

border-color css

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

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

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