#512faa

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

Shades of Purple Heart #512FAA

Tints of Purple Heart #512FAA

Color information

#512FAA (or 0x512FAA) is unknown color: approx Purple Heart. HEX triplet: 51, 2F and AA. RGB value is (81,47,170). Sum of RGB (Red+Green+Blue) = 81+47+170=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #512FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512FAA is #AED055. Grayscale: #464646. Windows color (decimal): -11456598 or 11153233. OLE color: 11153233.

HSL color Cylindrical-coordinate representation of color #512FAA: hue angle of 256.59º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #512FAA is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8147170-
CMYK0.520.7200.33
HSL256.59º56.68%42.55%-
HSV(B)256.59º72.35%66.67%-
XYZ11.676.6838.71-
YUV71.19183.76135-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=27.18%
G=15.77%
B=57.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81471700.520.7200.33256.5956.6842.55
Hex512FAA3448021101392b
Octal12157252641100414017153
Binary10100011011111010101011010010010000100001100000001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512faa; }

 p { color: rgb(81,47,170); }

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

<style>
 a { background-color: #512faa; }

 a { background-color: rgb(81,47,170); }

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

<style>
 span { border-color: #512faa; }

 span { border-color: rgb(81,47,170); }

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