#471B51

Color #471B51 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #471B51

Tints of Hot Purple #471B51

Color information

#471B51 (or 0x471B51) is unknown color: approx Hot Purple. HEX triplet: 47, 1B and 51. RGB value is (71,27,81). Sum of RGB (Red+Green+Blue) = 71+27+81=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #471B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471B51 is #B8E4AE. Grayscale: #2E2E2E. Windows color (decimal): -12117167 or 5315399. OLE color: 5315399.

HSL color Cylindrical-coordinate representation of color #471B51: hue angle of 288.89º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #471B51 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB712781-
CMYK0.120.6700.68
HSL288.89º50%21.18%-
HSV(B)288.89º66.67%31.76%-
XYZ4.482.728.07-
YUV46.31147.58145.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 27 (10.94% from 255) = 15.08%
BLUE value IS 81 (32.03% from 255) = 45.25%
R=39.66%
G=15.08%
B=45.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7127810.120.6700.68288.895021.18
Hex471B51C430441213215
Octal107331211410301044416225
Binary1000111110111010001110010000110100010010010000111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #471B51;
 }
 .AnyTagClassName
 {
   color: #471B51;
 }
</style>
background-color css

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

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

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

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

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

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