#5412BF

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

Shades of Purple Heart #5412BF

Tints of Purple Heart #5412BF

Color information

#5412BF (or 0x5412BF) is unknown color: approx Purple Heart. HEX triplet: 54, 12 and BF. RGB value is (84,18,191). Sum of RGB (Red+Green+Blue) = 84+18+191=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #5412BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5412BF is #ABED40. Grayscale: #383838. Windows color (decimal): -11267393 or 12522068. OLE color: 12522068.

HSL color Cylindrical-coordinate representation of color #5412BF: hue angle of 262.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5412BF is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8418191-
CMYK0.560.9100.25
HSL262.89º82.78%40.98%-
HSV(B)262.89º90.58%74.9%-
XYZ13.286.0849.76-
YUV57.46203.37146.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.67%
GREEN value IS 18 (7.42% from 255) = 6.14%
BLUE value IS 191 (75% from 255) = 65.19%
R=28.67%
G=6.14%
B=65.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84181910.560.9100.25262.8982.7840.98
Hex5412BF385B0191075329
Octal124222777013303140712351
Binary1010100100101011111111100010110110110011000001111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5412BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5412BF; }

 p { color: rgb(84,18,191); }

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

<style>
 a { background-color: #5412BF; }

 a { background-color: rgb(84,18,191); }

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

<style>
 span { border-color: #5412BF; }

 span { border-color: rgb(84,18,191); }

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