Html Css Color HEX #471B48 Hot Purple

📋 copy color: '#471B48'

red 71 ◦ green 27 ◦ blue 72

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

Shades of Hot Purple #471B48

Tints of Hot Purple #471B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.88%

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

R = 41.76%
G = 15.88%
B = 42.35%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#471B48 (or 0x471B48) is known color: Hot Purple. HEX triplet: 47, 1B and 48. RGB value is (71,27,72). Sum of RGB (Red+Green+Blue) = 71+27+72=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #471B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B48 is #B8E4B7. Grayscale: #2D2D2D. Windows color (decimal): -12117176 or 4725575. OLE color: 4725575.

HSL color Cylindrical-coordinate representation of color #471B48: hue angle of 298.67º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B48 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 27 72 -
CMYK 0.01 0.62 0 0.72
HSL 298.67º 0.45% 0.19% -
HSV(B) 298.67º 0.63% 0.28% -
XYZ 4.16 2.59 6.41 -
YUV 45.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 71 27 72 0.01 0.62 0 0.72 298.67 0.45 0.19
Hex 47 1B 48 1 3E 0 48 12B 2D 13
Octal 107 33 110 1 76 0 110 453 55 23
Binary 1000111 11011 1001000 1 111110 0 1001000 100101011 101101 10011

Color Harmonies of #471B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B48

Black with #471B48

Text Example


Text Example

White with #471B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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