#512DAC

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

Shades of Purple Heart #512DAC

Tints of Purple Heart #512DAC

Color information

#512DAC (or 0x512DAC) is unknown color: approx Purple Heart. HEX triplet: 51, 2D and AC. RGB value is (81,45,172). Sum of RGB (Red+Green+Blue) = 81+45+172=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #512DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DAC is #AED253. Grayscale: #454545. Windows color (decimal): -11457108 or 11283793. OLE color: 11283793.

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

Color convert

RGB8145172-
CMYK0.530.7400.33
HSL257.01º58.53%42.55%-
HSV(B)257.01º73.84%67.45%-
XYZ11.786.639.68-
YUV70.24185.43135.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 172 (67.58% from 255) = 57.72%
R=27.18%
G=15.10%
B=57.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81451720.530.7400.33257.0158.5342.55
Hex512DAC354A0211013b2b
Octal12155254651120414017353
Binary10100011011011010110011010110010100100001100000001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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