#510FAC

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

Shades of Purple Heart #510FAC

Tints of Purple Heart #510FAC

Color information

#510FAC (or 0x510FAC) is unknown color: approx Purple Heart. HEX triplet: 51, 0F and AC. RGB value is (81,15,172). Sum of RGB (Red+Green+Blue) = 81+15+172=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #510FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510FAC is #AEF053. Grayscale: #343434. Windows color (decimal): -11464788 or 11276113. OLE color: 11276113.

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

Color convert

RGB8115172-
CMYK0.530.9100.33
HSL265.22º83.96%36.67%-
HSV(B)265.22º91.28%67.45%-
XYZ11.015.0739.43-
YUV52.63195.37148.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 172 (67.58% from 255) = 64.18%
R=30.22%
G=5.60%
B=64.18%

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
Decimal81151720.530.9100.33265.2283.9636.67
Hex51FAC355B0211095425
Octal121172546513304141112445
Binary1010001111110101100110101101101101000011000010011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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