#512fba

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

Shades of Purple Heart #512FBA

Tints of Purple Heart #512FBA

Color information

#512FBA (or 0x512FBA) is unknown color: approx Purple Heart. HEX triplet: 51, 2F and BA. RGB value is (81,47,186). Sum of RGB (Red+Green+Blue) = 81+47+186=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #512FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FBA is #AED045. Grayscale: #484848. Windows color (decimal): -11456582 or 12201809. OLE color: 12201809.

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

Color convert

RGB8147186-
CMYK0.560.7500.27
HSL254.68º59.66%45.69%-
HSV(B)254.68º74.73%72.94%-
XYZ13.277.3347.17-
YUV73.01191.76133.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.80%
GREEN value IS 47 (18.75% from 255) = 14.97%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=25.80%
G=14.97%
B=59.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81471860.560.7500.27254.6859.6645.69
Hex512FBA384B01Bff3c2e
Octal12157272701130333777456
Binary101000110111110111010111000100101101101111111111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,47,186); }

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

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

 a { background-color: rgb(81,47,186); }

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

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

 span { border-color: rgb(81,47,186); }

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