#512CB4

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

Shades of Purple Heart #512CB4

Tints of Purple Heart #512CB4

Color information

#512CB4 (or 0x512CB4) is unknown color: approx Purple Heart. HEX triplet: 51, 2C and B4. RGB value is (81,44,180). Sum of RGB (Red+Green+Blue) = 81+44+180=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #512CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CB4 is #AED34B. Grayscale: #464646. Windows color (decimal): -11457356 or 11807825. OLE color: 11807825.

HSL color Cylindrical-coordinate representation of color #512CB4: hue angle of 256.32º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512CB4 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8144180-
CMYK0.550.7600.29
HSL256.32º60.71%43.92%-
HSV(B)256.32º75.56%70.59%-
XYZ12.536.8543.84-
YUV70.57189.76135.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 180 (70.70% from 255) = 59.02%
R=26.56%
G=14.43%
B=59.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81441800.550.7600.29256.3260.7143.92
Hex512CB4374C01D1003d2c
Octal12154264671140354007554
Binary1010001101100101101001101111001100011101100000000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,44,180); }

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

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

 a { background-color: rgb(81,44,180); }

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

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

 span { border-color: rgb(81,44,180); }

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