#511AE8

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

Shades of Han Purple #511AE8

Tints of Han Purple #511AE8

Color information

#511AE8 (or 0x511AE8) is unknown color: approx Han Purple. HEX triplet: 51, 1A and E8. RGB value is (81,26,232). Sum of RGB (Red+Green+Blue) = 81+26+232=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 232 (91.02% from 255 or 68.44% from 339); Max value from RGB is 232 - color contains mainly: blue. Hex color #511AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511AE8 is #AEE517. Grayscale: #414141. Windows color (decimal): -11461912 or 15211089. OLE color: 15211089.

HSL color Cylindrical-coordinate representation of color #511AE8: hue angle of 256.02º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511AE8 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8126232-
CMYK0.650.8900.09
HSL256.02º81.75%50.59%-
HSV(B)256.02º88.79%90.98%-
XYZ18.338.3176.98-
YUV65.93221.72138.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 232 (91.02% from 255) = 68.44%
R=23.89%
G=7.67%
B=68.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81262320.650.8900.09256.0281.7550.59
Hex511AE84159091005233
Octal1213235010113101140012263
Binary1010001110101110100010000011011001010011000000001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,26,232); }

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

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

 a { background-color: rgb(81,26,232); }

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

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

 span { border-color: rgb(81,26,232); }

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