#511653

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

Shades of Hot Purple #511653

Tints of Hot Purple #511653

Color information

#511653 (or 0x511653) is unknown color: approx Hot Purple. HEX triplet: 51, 16 and 53. RGB value is (81,22,83). Sum of RGB (Red+Green+Blue) = 81+22+83=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #511653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511653 is #AEE9AC. Grayscale: #2E2E2E. Windows color (decimal): -11463085 or 5445201. OLE color: 5445201.

HSL color Cylindrical-coordinate representation of color #511653: hue angle of 298.03º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511653 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB812283-
CMYK0.020.7300.67
HSL298.03º58.1%20.59%-
HSV(B)298.03º73.49%32.55%-
XYZ5.242.958.48-
YUV46.6148.55152.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=43.55%
G=11.83%
B=44.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8122830.020.7300.67298.0358.120.59
Hex51165324904312a3a15
Octal12126123211101034527225
Binary10100011011010100111010010010100001110010101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511653; }

 p { color: rgb(81,22,83); }

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

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

 a { background-color: rgb(81,22,83); }

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

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

 span { border-color: rgb(81,22,83); }

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