Html Css Color HEX #472547 Hot Purple

📋 copy color: '#472547'

red 71 ◦ green 37 ◦ blue 71

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

Shades of Hot Purple #472547

Tints of Hot Purple #472547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

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

R = 39.66%
G = 20.67%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472547 (or 0x472547) is known color: Hot Purple. HEX triplet: 47, 25 and 47. RGB value is (71,37,71). Sum of RGB (Red+Green+Blue) = 71+37+71=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #472547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472547 is #B8DAB8. Grayscale: #323232. Windows color (decimal): -12114617 or 4662599. OLE color: 4662599.

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

Color convert

RGB 71 37 71 -
CMYK 0 0.48 0 0.72
HSL 300º 0.31% 0.21% -
HSV(B) 300º 0.48% 0.28% -
XYZ 4.4 3.12 6.33 -
YUV 51.04 139.26 142.24 -
System Red Green Blue C M Y K H S L
Decimal 71 37 71 0 0.48 0 0.72 300 0.31 0.21
Hex 47 25 47 0 30 0 48 12C 1F 15
Octal 107 45 107 0 60 0 110 454 37 25
Binary 1000111 100101 1000111 0 110000 0 1001000 100101100 11111 10101

Color Harmonies of #472547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472547

Black with #472547

Text Example


Text Example

White with #472547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472547; }

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

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

background-color css

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

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

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

border-color css

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

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

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