Html Css Color HEX #472448 Hot Purple

📋 copy color: '#472448'

red 71 ◦ green 36 ◦ blue 72

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

Shades of Hot Purple #472448

Tints of Hot Purple #472448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.11%

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

R = 39.66%
G = 20.11%
B = 40.22%

CMYK

 C value IS 0.01

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472448 (or 0x472448) is known color: Hot Purple. HEX triplet: 47, 24 and 48. RGB value is (71,36,72). Sum of RGB (Red+Green+Blue) = 71+36+72=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 72 - color contains mainly: blue. Hex color #472448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472448 is #B8DBB7. Grayscale: #323232. Windows color (decimal): -12114872 or 4727879. OLE color: 4727879.

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

Color convert

RGB 71 36 72 -
CMYK 0.01 0.5 0 0.72
HSL 298.33º 0.33% 0.21% -
HSV(B) 298.33º 0.5% 0.28% -
XYZ 4.4 3.07 6.49 -
YUV 50.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 71 36 72 0.01 0.5 0 0.72 298.33 0.33 0.21
Hex 47 24 48 1 32 0 48 12A 21 15
Octal 107 44 110 1 62 0 110 452 41 25
Binary 1000111 100100 1001000 1 110010 0 1001000 100101010 100001 10101

Color Harmonies of #472448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472448

Black with #472448

Text Example


Text Example

White with #472448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472448; }

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

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

background-color css

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

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

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

border-color css

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

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

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