#472151

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

Shades of Hot Purple #472151

Tints of Hot Purple #472151

Color information

#472151 (or 0x472151) is unknown color: approx Hot Purple. HEX triplet: 47, 21 and 51. RGB value is (71,33,81). Sum of RGB (Red+Green+Blue) = 71+33+81=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #472151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472151 is #B8DEAE. Grayscale: #313131. Windows color (decimal): -12115631 or 5316935. OLE color: 5316935.

HSL color Cylindrical-coordinate representation of color #472151: hue angle of 287.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472151 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB713381-
CMYK0.120.5900.68
HSL287.5º42.11%22.35%-
HSV(B)287.5º59.26%31.76%-
XYZ4.633.028.12-
YUV49.83145.59143.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 81 (32.03% from 255) = 43.78%
R=38.38%
G=17.84%
B=43.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7133810.120.5900.68287.542.1122.35
Hex472151C3B0441202a16
Octal10741121147301044405226
Binary1000111100001101000111001110110100010010010000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472151; }

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

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

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

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

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

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

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

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