Html Css Color HEX #472848 Hot Purple

📋 copy color: '#472848'

red 71 ◦ green 40 ◦ blue 72

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

Shades of Hot Purple #472848

Tints of Hot Purple #472848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.86%

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

R = 38.8%
G = 21.86%
B = 39.34%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#472848 (or 0x472848) is known color: Hot Purple. HEX triplet: 47, 28 and 48. RGB value is (71,40,72). Sum of RGB (Red+Green+Blue) = 71+40+72=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #472848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472848 is #B8D7B7. Grayscale: #343434. Windows color (decimal): -12113848 or 4728903. OLE color: 4728903.

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

Color convert

RGB 71 40 72 -
CMYK 0.01 0.44 0 0.72
HSL 298.13º 0.29% 0.22% -
HSV(B) 298.13º 0.44% 0.28% -
XYZ 4.53 3.33 6.53 -
YUV 52.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 71 40 72 0.01 0.44 0 0.72 298.13 0.29 0.22
Hex 47 28 48 1 2C 0 48 12A 1D 16
Octal 107 50 110 1 54 0 110 452 35 26
Binary 1000111 101000 1001000 1 101100 0 1001000 100101010 11101 10110

Color Harmonies of #472848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472848

Black with #472848

Text Example


Text Example

White with #472848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472848; }

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

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

background-color css

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

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

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

border-color css

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

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

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