#512ABA

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

Shades of Purple Heart #512ABA

Tints of Purple Heart #512ABA

Color information

#512ABA (or 0x512ABA) is unknown color: approx Purple Heart. HEX triplet: 51, 2A and BA. RGB value is (81,42,186). Sum of RGB (Red+Green+Blue) = 81+42+186=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #512ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ABA is #AED545. Grayscale: #454545. Windows color (decimal): -11457862 or 12200529. OLE color: 12200529.

HSL color Cylindrical-coordinate representation of color #512ABA: hue angle of 256.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512ABA is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8142186-
CMYK0.560.7700.27
HSL256.25º63.16%44.71%-
HSV(B)256.25º77.42%72.94%-
XYZ13.086.9547.11-
YUV70.08193.42135.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=26.21%
G=13.59%
B=60.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81421860.560.7700.27256.2563.1644.71
Hex512ABA384D01B1003f2d
Octal12152272701150334007755
Binary1010001101010101110101110001001101011011100000000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,42,186); }

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

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

 a { background-color: rgb(81,42,186); }

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

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

 span { border-color: rgb(81,42,186); }

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