#512DAA

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

Shades of Purple Heart #512DAA

Tints of Purple Heart #512DAA

Color information

#512DAA (or 0x512DAA) is unknown color: approx Purple Heart. HEX triplet: 51, 2D and AA. RGB value is (81,45,170). Sum of RGB (Red+Green+Blue) = 81+45+170=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #512DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512DAA is #AED255. Grayscale: #454545. Windows color (decimal): -11457110 or 11152721. OLE color: 11152721.

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

Color convert

RGB8145170-
CMYK0.520.7400.33
HSL257.28º58.14%42.16%-
HSV(B)257.28º73.53%66.67%-
XYZ11.596.5338.68-
YUV70.01184.43135.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 45 (17.97% from 255) = 15.20%
BLUE value IS 170 (66.80% from 255) = 57.43%
R=27.36%
G=15.20%
B=57.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81451700.520.7400.33257.2858.1442.16
Hex512DAA344A0211013a2a
Octal12155252641120414017252
Binary10100011011011010101011010010010100100001100000001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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