#512DD6

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

Shades of Purple Heart #512DD6

Tints of Purple Heart #512DD6

Color information

#512DD6 (or 0x512DD6) is unknown color: approx Purple Heart. HEX triplet: 51, 2D and D6. RGB value is (81,45,214). Sum of RGB (Red+Green+Blue) = 81+45+214=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 214 (83.98% from 255 or 62.94% from 340); Max value from RGB is 214 - color contains mainly: blue. Hex color #512DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DD6 is #AED229. Grayscale: #4A4A4A. Windows color (decimal): -11457066 or 14036305. OLE color: 14036305.

HSL color Cylindrical-coordinate representation of color #512DD6: hue angle of 252.78º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #512DD6 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8145214-
CMYK0.620.7900.16
HSL252.78º67.33%50.78%-
HSV(B)252.78º78.97%83.92%-
XYZ16.478.4864.39-
YUV75.03206.43132.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 45 (17.97% from 255) = 13.24%
BLUE value IS 214 (83.98% from 255) = 62.94%
R=23.82%
G=13.24%
B=62.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81452140.620.7900.16252.7867.3350.78
Hex512DD63E4F010fd4333
Octal121553267611702037510363
Binary1010001101101110101101111101001111010000111111011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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