#510ADD

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

Shades of Han Purple #510ADD

Tints of Han Purple #510ADD

Color information

#510ADD (or 0x510ADD) is unknown color: approx Han Purple. HEX triplet: 51, 0A and DD. RGB value is (81,10,221). Sum of RGB (Red+Green+Blue) = 81+10+221=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #510ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ADD is #AEF522. Grayscale: #363636. Windows color (decimal): -11466019 or 14486097. OLE color: 14486097.

HSL color Cylindrical-coordinate representation of color #510ADD: hue angle of 260.19º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510ADD is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8110221-
CMYK0.630.9500.13
HSL260.19º91.34%45.29%-
HSV(B)260.19º95.48%86.67%-
XYZ16.557.1968.92-
YUV55.28221.52146.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 10 (4.30% from 255) = 3.21%
BLUE value IS 221 (86.72% from 255) = 70.83%
R=25.96%
G=3.21%
B=70.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal81102210.630.9500.13260.1991.3445.29
Hex51ADD3F5F0D1045b2d
Octal121123357713701540413355
Binary10100011010110111011111111011111011011000001001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,10,221); }

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

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

 a { background-color: rgb(81,10,221); }

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

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

 span { border-color: rgb(81,10,221); }

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