#512BD1

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

Shades of Purple Heart #512BD1

Tints of Purple Heart #512BD1

Color information

#512BD1 (or 0x512BD1) is unknown color: approx Purple Heart. HEX triplet: 51, 2B and D1. RGB value is (81,43,209). Sum of RGB (Red+Green+Blue) = 81+43+209=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 209 (82.03% from 255 or 62.76% from 333); Max value from RGB is 209 - color contains mainly: blue. Hex color #512BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BD1 is #AED42E. Grayscale: #484848. Windows color (decimal): -11457583 or 13708113. OLE color: 13708113.

HSL color Cylindrical-coordinate representation of color #512BD1: hue angle of 253.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512BD1 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8143209-
CMYK0.610.7900.18
HSL253.73º65.87%49.41%-
HSV(B)253.73º79.43%81.96%-
XYZ15.778.0861.05-
YUV73.29204.59133.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 43 (17.19% from 255) = 12.91%
BLUE value IS 209 (82.03% from 255) = 62.76%
R=24.32%
G=12.91%
B=62.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81432090.610.7900.18253.7365.8749.41
Hex512BD13D4F012fe4231
Octal121533217511702237610261
Binary1010001101011110100011111011001111010010111111101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,43,209); }

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

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

 a { background-color: rgb(81,43,209); }

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

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

 span { border-color: rgb(81,43,209); }

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