#510DEB

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

Shades of Han Purple #510DEB

Tints of Han Purple #510DEB

Color information

#510DEB (or 0x510DEB) is unknown color: approx Han Purple. HEX triplet: 51, 0D and EB. RGB value is (81,13,235). Sum of RGB (Red+Green+Blue) = 81+13+235=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #510DEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DEB is #AEF214. Grayscale: #393939. Windows color (decimal): -11465237 or 15404369. OLE color: 15404369.

HSL color Cylindrical-coordinate representation of color #510DEB: hue angle of 258.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510DEB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8113235-
CMYK0.660.9400.08
HSL258.38º89.52%48.63%-
HSV(B)258.38º94.47%92.16%-
XYZ18.538.0479.17-
YUV58.64227.53143.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 13 (5.47% from 255) = 3.95%
BLUE value IS 235 (92.19% from 255) = 71.43%
R=24.62%
G=3.95%
B=71.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal81132350.660.9400.08258.3889.5248.63
Hex51DEB425E081025a31
Octal1211535310213601040213261
Binary101000111011110101110000101011110010001000000101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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