#512ABB

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

Shades of Purple Heart #512ABB

Tints of Purple Heart #512ABB

Color information

#512ABB (or 0x512ABB) is unknown color: approx Purple Heart. HEX triplet: 51, 2A and BB. RGB value is (81,42,187). Sum of RGB (Red+Green+Blue) = 81+42+187=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #512ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ABB is #AED544. Grayscale: #454545. Windows color (decimal): -11457861 or 12266065. OLE color: 12266065.

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

Color convert

RGB8142187-
CMYK0.570.7800.27
HSL256.14º63.32%44.9%-
HSV(B)256.14º77.54%73.33%-
XYZ13.196.9947.67-
YUV70.19193.92135.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 187 (73.44% from 255) = 60.32%
R=26.13%
G=13.55%
B=60.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81421870.570.7800.27256.1463.3244.9
Hex512ABB394E01B1003f2d
Octal12152273711160334007755
Binary1010001101010101110111110011001110011011100000000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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