#510FAB

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

Shades of Purple Heart #510FAB

Tints of Purple Heart #510FAB

Color information

#510FAB (or 0x510FAB) is unknown color: approx Purple Heart. HEX triplet: 51, 0F and AB. RGB value is (81,15,171). Sum of RGB (Red+Green+Blue) = 81+15+171=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #510FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510FAB is #AEF054. Grayscale: #333333. Windows color (decimal): -11464789 or 11210577. OLE color: 11210577.

HSL color Cylindrical-coordinate representation of color #510FAB: hue angle of 265.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510FAB is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8115171-
CMYK0.530.9100.33
HSL265.38º83.87%36.47%-
HSV(B)265.38º91.23%67.06%-
XYZ10.915.0338.92-
YUV52.52194.87148.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 15 (6.25% from 255) = 5.62%
BLUE value IS 171 (67.19% from 255) = 64.04%
R=30.34%
G=5.62%
B=64.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81151710.530.9100.33265.3883.8736.47
Hex51FAB355B0211095424
Octal121172536513304141112444
Binary1010001111110101011110101101101101000011000010011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,15,171); }

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

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

 a { background-color: rgb(81,15,171); }

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

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

 span { border-color: rgb(81,15,171); }

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