#510EE2

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

Shades of Han Purple #510EE2

Tints of Han Purple #510EE2

Color information

#510EE2 (or 0x510EE2) is unknown color: approx Han Purple. HEX triplet: 51, 0E and E2. RGB value is (81,14,226). Sum of RGB (Red+Green+Blue) = 81+14+226=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 226 (88.67% from 255 or 70.40% from 321); Max value from RGB is 226 - color contains mainly: blue. Hex color #510EE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510EE2 is #AEF11D. Grayscale: #393939. Windows color (decimal): -11464990 or 14814801. OLE color: 14814801.

HSL color Cylindrical-coordinate representation of color #510EE2: hue angle of 258.96º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510EE2 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8114226-
CMYK0.640.9400.11
HSL258.96º88.33%47.06%-
HSV(B)258.96º93.81%88.63%-
XYZ17.287.5572.5-
YUV58.2222.7144.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 14 (5.86% from 255) = 4.36%
BLUE value IS 226 (88.67% from 255) = 70.40%
R=25.23%
G=4.36%
B=70.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal81142260.640.9400.11258.9688.3347.06
Hex51EE2405E0B103582f
Octal1211634210013601340313057
Binary101000111101110001010000001011110010111000000111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510EE2; }

 p { color: rgb(81,14,226); }

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

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

 a { background-color: rgb(81,14,226); }

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

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

 span { border-color: rgb(81,14,226); }

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