#511F4E

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

Shades of Hot Purple #511F4E

Tints of Hot Purple #511F4E

Color information

#511F4E (or 0x511F4E) is unknown color: approx Hot Purple. HEX triplet: 51, 1F and 4E. RGB value is (81,31,78). Sum of RGB (Red+Green+Blue) = 81+31+78=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 81 - color contains mainly: red. Hex color #511F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F4E is #AEE0B1. Grayscale: #333333. Windows color (decimal): -11460786 or 5119825. OLE color: 5119825.

HSL color Cylindrical-coordinate representation of color #511F4E: hue angle of 303.6º 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 #511F4E is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB813178-
CMYK00.620.040.68
HSL303.6º44.64%21.96%-
HSV(B)303.6º61.73%31.76%-
XYZ5.263.287.56-
YUV51.31143.06149.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 42.63%
GREEN value IS 31 (12.5% from 255) = 16.32%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=42.63%
G=16.32%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81317800.620.040.68303.644.6421.96
Hex511F4E03E4441302d16
Octal1213711607641044605526
Binary10100011111110011100111110100100010010011000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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