#512EB3

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

Shades of Purple Heart #512EB3

Tints of Purple Heart #512EB3

Color information

#512EB3 (or 0x512EB3) is unknown color: approx Purple Heart. HEX triplet: 51, 2E and B3. RGB value is (81,46,179). Sum of RGB (Red+Green+Blue) = 81+46+179=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #512EB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EB3 is #AED14C. Grayscale: #474747. Windows color (decimal): -11456845 or 11742801. OLE color: 11742801.

HSL color Cylindrical-coordinate representation of color #512EB3: hue angle of 255.79º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #512EB3 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8146179-
CMYK0.550.7400.30
HSL255.79º59.11%44.12%-
HSV(B)255.79º74.3%70.2%-
XYZ12.516.9643.33-
YUV71.63188.6134.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 179 (70.31% from 255) = 58.50%
R=26.47%
G=15.03%
B=58.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81461790.550.7400.30255.7959.1144.12
Hex512EB3374A01E1003b2c
Octal12156263671120364007354
Binary1010001101110101100111101111001010011110100000000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,46,179); }

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

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

 a { background-color: rgb(81,46,179); }

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

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

 span { border-color: rgb(81,46,179); }

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