#512DB9

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

Shades of Purple Heart #512DB9

Tints of Purple Heart #512DB9

Color information

#512DB9 (or 0x512DB9) is unknown color: approx Purple Heart. HEX triplet: 51, 2D and B9. RGB value is (81,45,185). Sum of RGB (Red+Green+Blue) = 81+45+185=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #512DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DB9 is #AED246. Grayscale: #474747. Windows color (decimal): -11457095 or 12135761. OLE color: 12135761.

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

Color convert

RGB8145185-
CMYK0.560.7600.27
HSL255.43º60.87%45.1%-
HSV(B)255.43º75.68%72.55%-
XYZ13.097.1346.59-
YUV71.72191.93134.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 45 (17.97% from 255) = 14.47%
BLUE value IS 185 (72.66% from 255) = 59.49%
R=26.05%
G=14.47%
B=59.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81451850.560.7600.27255.4360.8745.1
Hex512DB9384C01Bff3d2d
Octal12155271701140333777555
Binary101000110110110111001111000100110001101111111111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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