#471851

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

Shades of Hot Purple #471851

Tints of Hot Purple #471851

Color information

#471851 (or 0x471851) is unknown color: approx Hot Purple. HEX triplet: 47, 18 and 51. RGB value is (71,24,81). Sum of RGB (Red+Green+Blue) = 71+24+81=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #471851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471851 is #B8E7AE. Grayscale: #2C2C2C. Windows color (decimal): -12117935 or 5314631. OLE color: 5314631.

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

Color convert

RGB712481-
CMYK0.120.7000.68
HSL289.47º54.29%20.59%-
HSV(B)289.47º70.37%31.76%-
XYZ4.412.598.05-
YUV44.55148.57146.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 81 (32.03% from 255) = 46.02%
R=40.34%
G=13.64%
B=46.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7124810.120.7000.68289.4754.2920.59
Hex471851C460441213615
Octal107301211410601044416625
Binary1000111110001010001110010001100100010010010000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471851; }

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

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

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

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

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

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

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

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