#512CB2

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

Shades of Purple Heart #512CB2

Tints of Purple Heart #512CB2

Color information

#512CB2 (or 0x512CB2) is unknown color: approx Purple Heart. HEX triplet: 51, 2C and B2. RGB value is (81,44,178). Sum of RGB (Red+Green+Blue) = 81+44+178=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #512CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512CB2 is #AED34D. Grayscale: #454545. Windows color (decimal): -11457358 or 11676753. OLE color: 11676753.

HSL color Cylindrical-coordinate representation of color #512CB2: hue angle of 256.57º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512CB2 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8144178-
CMYK0.540.7500.30
HSL256.57º60.36%43.53%-
HSV(B)256.57º75.28%69.8%-
XYZ12.336.7742.78-
YUV70.34188.76135.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 178 (69.92% from 255) = 58.75%
R=26.73%
G=14.52%
B=58.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81441780.540.7500.30256.5760.3643.53
Hex512CB2364B01E1013c2c
Octal12154262661130364017454
Binary1010001101100101100101101101001011011110100000001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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