#510DE8

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

Shades of Han Purple #510DE8

Tints of Han Purple #510DE8

Color information

#510DE8 (or 0x510DE8) is unknown color: approx Han Purple. HEX triplet: 51, 0D and E8. RGB value is (81,13,232). Sum of RGB (Red+Green+Blue) = 81+13+232=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 232 (91.02% from 255 or 71.17% from 326); Max value from RGB is 232 - color contains mainly: blue. Hex color #510DE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DE8 is #AEF217. Grayscale: #393939. Windows color (decimal): -11465240 or 15207761. OLE color: 15207761.

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

Color convert

RGB8113232-
CMYK0.650.9400.09
HSL258.63º89.39%48.04%-
HSV(B)258.63º94.4%90.98%-
XYZ18.17.8676.91-
YUV58.3226.03144.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 13 (5.47% from 255) = 3.99%
BLUE value IS 232 (91.02% from 255) = 71.17%
R=24.85%
G=3.99%
B=71.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal81132320.650.9400.09258.6389.3948.04
Hex51DE8415E091035930
Octal1211535010113601140313160
Binary101000111011110100010000011011110010011000000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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