#512DDC

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

Shades of Purple Heart #512DDC

Tints of Purple Heart #512DDC

Color information

#512DDC (or 0x512DDC) is unknown color: approx Purple Heart. HEX triplet: 51, 2D and DC. RGB value is (81,45,220). Sum of RGB (Red+Green+Blue) = 81+45+220=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #512DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512DDC is #AED223. Grayscale: #4B4B4B. Windows color (decimal): -11457060 or 14429521. OLE color: 14429521.

HSL color Cylindrical-coordinate representation of color #512DDC: hue angle of 252.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512DDC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8145220-
CMYK0.630.8000.14
HSL252.34º71.43%51.96%-
HSV(B)252.34º79.55%86.27%-
XYZ17.258.7968.5-
YUV75.71209.43131.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 45 (17.97% from 255) = 13.01%
BLUE value IS 220 (86.33% from 255) = 63.58%
R=23.41%
G=13.01%
B=63.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81452200.630.8000.14252.3471.4351.96
Hex512DDC3F500Efc4734
Octal121553347712001637410764
Binary101000110110111011100111111101000001110111111001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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