#511DE1

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

Shades of Han Purple #511DE1

Tints of Han Purple #511DE1

Color information

#511DE1 (or 0x511DE1) is unknown color: approx Han Purple. HEX triplet: 51, 1D and E1. RGB value is (81,29,225). Sum of RGB (Red+Green+Blue) = 81+29+225=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #511DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DE1 is #AEE21E. Grayscale: #424242. Windows color (decimal): -11461151 or 14753105. OLE color: 14753105.

HSL color Cylindrical-coordinate representation of color #511DE1: hue angle of 255.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511DE1 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8129225-
CMYK0.640.8700.12
HSL255.92º77.17%49.8%-
HSV(B)255.92º87.11%88.24%-
XYZ17.428.0671.87-
YUV66.89217.23138.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 29 (11.72% from 255) = 8.66%
BLUE value IS 225 (88.28% from 255) = 67.16%
R=24.18%
G=8.66%
B=67.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal81292250.640.8700.12255.9277.1749.8
Hex511DE140570C1004d32
Octal1213534110012701440011562
Binary1010001111011110000110000001010111011001000000001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,29,225); }

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

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

 a { background-color: rgb(81,29,225); }

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

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

 span { border-color: rgb(81,29,225); }

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