#510aad

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

Shades of Purple Heart #510AAD

Tints of Purple Heart #510AAD

Color information

#510AAD (or 0x510AAD) is unknown color: approx Purple Heart. HEX triplet: 51, 0A and AD. RGB value is (81,10,173). Sum of RGB (Red+Green+Blue) = 81+10+173=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #510AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510AAD is #AEF552. Grayscale: #313131. Windows color (decimal): -11466067 or 11340369. OLE color: 11340369.

HSL color Cylindrical-coordinate representation of color #510AAD: hue angle of 266.13º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510AAD is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8110173-
CMYK0.530.9400.32
HSL266.13º89.07%35.88%-
HSV(B)266.13º94.22%67.84%-
XYZ11.044.9839.91-
YUV49.81197.52150.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 10 (4.30% from 255) = 3.79%
BLUE value IS 173 (67.97% from 255) = 65.53%
R=30.68%
G=3.79%
B=65.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81101730.530.9400.32266.1389.0735.88
Hex51AAD355E02010a5924
Octal121122556513604041213144
Binary1010001101010101101110101101111001000001000010101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510aad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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