Html Css Color HEX #472D48 Hot Purple

📋 copy color: '#472D48'

red 71 ◦ green 45 ◦ blue 72

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

Shades of Hot Purple #472D48

Tints of Hot Purple #472D48

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.94%

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 37.77%
G = 23.94%
B = 38.3%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472D48 (or 0x472D48) is known color: Hot Purple. HEX triplet: 47, 2D and 48. RGB value is (71,45,72). Sum of RGB (Red+Green+Blue) = 71+45+72=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 72 - color contains mainly: blue. Hex color #472D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D48 is #B8D2B7. Grayscale: #373737. Windows color (decimal): -12112568 or 4730183. OLE color: 4730183.

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

Color convert

RGB 71 45 72 -
CMYK 0.01 0.38 0 0.72
HSL 297.78º 0.23% 0.23% -
HSV(B) 297.78º 0.38% 0.28% -
XYZ 4.71 3.68 6.59 -
YUV 55.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 71 45 72 0.01 0.38 0 0.72 297.78 0.23 0.23
Hex 47 2D 48 1 26 0 48 12A 17 17
Octal 107 55 110 1 46 0 110 452 27 27
Binary 1000111 101101 1001000 1 100110 0 1001000 100101010 10111 10111

Color Harmonies of #472D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D48

Black with #472D48

Text Example


Text Example

White with #472D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,72); }

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

background-color css

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

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

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

border-color css

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

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

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