#511F4F

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

Shades of Hot Purple #511F4F

Tints of Hot Purple #511F4F

Color information

#511F4F (or 0x511F4F) is unknown color: approx Hot Purple. HEX triplet: 51, 1F and 4F. RGB value is (81,31,79). Sum of RGB (Red+Green+Blue) = 81+31+79=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 81 - color contains mainly: red. Hex color #511F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F4F is #AEE0B0. Grayscale: #333333. Windows color (decimal): -11460785 or 5185361. OLE color: 5185361.

HSL color Cylindrical-coordinate representation of color #511F4F: hue angle of 302.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F4F is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB813179-
CMYK00.620.020.68
HSL302.4º44.64%21.96%-
HSV(B)302.4º61.73%31.76%-
XYZ5.293.297.75-
YUV51.42143.56149.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.41%
GREEN value IS 31 (12.5% from 255) = 16.23%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=42.41%
G=16.23%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81317900.620.020.68302.444.6421.96
Hex511F4F03E24412e2d16
Octal1213711707621044565526
Binary1010001111111001111011111010100010010010111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511F4F; }

 p { color: rgb(81,31,79); }

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

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

 a { background-color: rgb(81,31,79); }

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

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

 span { border-color: rgb(81,31,79); }

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