#511750

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

Shades of Hot Purple #511750

Tints of Hot Purple #511750

Color information

#511750 (or 0x511750) is unknown color: approx Hot Purple. HEX triplet: 51, 17 and 50. RGB value is (81,23,80). Sum of RGB (Red+Green+Blue) = 81+23+80=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 81 - color contains mainly: red. Hex color #511750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511750 is #AEE8AF. Grayscale: #2E2E2E. Windows color (decimal): -11462832 or 5248849. OLE color: 5248849.

HSL color Cylindrical-coordinate representation of color #511750: hue angle of 301.03º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511750 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB812380-
CMYK00.720.010.68
HSL301.03º55.77%20.39%-
HSV(B)301.03º71.6%31.76%-
XYZ5.152.947.89-
YUV46.84146.72152.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.02%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 80 (31.64% from 255) = 43.48%
R=44.02%
G=12.5%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81238000.720.010.68301.0355.7720.39
Hex51175004814412d3814
Octal12127120011011044557024
Binary1010001101111010000010010001100010010010110111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511750; }

 p { color: rgb(81,23,80); }

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

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

 a { background-color: rgb(81,23,80); }

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

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

 span { border-color: rgb(81,23,80); }

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