#511C4F

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

Shades of Hot Purple #511C4F

Tints of Hot Purple #511C4F

Color information

#511C4F (or 0x511C4F) is unknown color: approx Hot Purple. HEX triplet: 51, 1C and 4F. RGB value is (81,28,79). Sum of RGB (Red+Green+Blue) = 81+28+79=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #511C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C4F is #AEE3B0. Grayscale: #313131. Windows color (decimal): -11461553 or 5184593. OLE color: 5184593.

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

Color convert

RGB812879-
CMYK00.650.020.68
HSL302.26º48.62%21.37%-
HSV(B)302.26º65.43%31.76%-
XYZ5.223.147.73-
YUV49.66144.56150.35-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=43.09%
G=14.89%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81287900.650.020.68302.2648.6221.37
Hex511C4F04124412e3115
Octal12134117010121044566125
Binary10100011110010011110100000110100010010010111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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