Html Css Color HEX #472B48 Hot Purple

📋 copy color: '#472B48'

red 71 ◦ green 43 ◦ blue 72

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

Shades of Hot Purple #472B48

Tints of Hot Purple #472B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.12%

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

R = 38.17%
G = 23.12%
B = 38.71%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472B48 (or 0x472B48) is known color: Hot Purple. HEX triplet: 47, 2B and 48. RGB value is (71,43,72). Sum of RGB (Red+Green+Blue) = 71+43+72=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #472B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472B48 is #B8D4B7. Grayscale: #363636. Windows color (decimal): -12113080 or 4729671. OLE color: 4729671.

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

Color convert

RGB 71 43 72 -
CMYK 0.01 0.40 0 0.72
HSL 297.93º 0.25% 0.23% -
HSV(B) 297.93º 0.4% 0.28% -
XYZ 4.63 3.54 6.57 -
YUV 54.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 71 43 72 0.01 0.40 0 0.72 297.93 0.25 0.23
Hex 47 2B 48 1 28 0 48 12A 19 17
Octal 107 53 110 1 50 0 110 452 31 27
Binary 1000111 101011 1001000 1 101000 0 1001000 100101010 11001 10111

Color Harmonies of #472B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B48

Black with #472B48

Text Example


Text Example

White with #472B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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