Html Css Color HEX #472048 Hot Purple

📋 copy color: '#472048'

red 71 ◦ green 32 ◦ blue 72

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

Shades of Hot Purple #472048

Tints of Hot Purple #472048

RGB

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

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

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

R = 40.57%
G = 18.29%
B = 41.14%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472048 (or 0x472048) is known color: Hot Purple. HEX triplet: 47, 20 and 48. RGB value is (71,32,72). Sum of RGB (Red+Green+Blue) = 71+32+72=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #472048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472048 is #B8DFB7. Grayscale: #303030. Windows color (decimal): -12115896 or 4726855. OLE color: 4726855.

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

Color convert

RGB 71 32 72 -
CMYK 0.01 0.56 0 0.72
HSL 298.5º 0.38% 0.2% -
HSV(B) 298.5º 0.56% 0.28% -
XYZ 4.28 2.84 6.45 -
YUV 48.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 71 32 72 0.01 0.56 0 0.72 298.5 0.38 0.2
Hex 47 20 48 1 38 0 48 12A 26 14
Octal 107 40 110 1 70 0 110 452 46 24
Binary 1000111 100000 1001000 1 111000 0 1001000 100101010 100110 10100

Color Harmonies of #472048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472048

Black with #472048

Text Example


Text Example

White with #472048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472048; }

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

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

background-color css

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

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

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

border-color css

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

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

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