#5400bf

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

Shades of Purple Heart #5400BF

Tints of Purple Heart #5400BF

Color information

#5400BF (or 0x5400BF) is unknown color: approx Purple Heart. HEX triplet: 54, 00 and BF. RGB value is (84,0,191). Sum of RGB (Red+Green+Blue) = 84+0+191=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #5400BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5400BF is #ABFF40. Grayscale: #2E2E2E. Windows color (decimal): -11272001 or 12517460. OLE color: 12517460.

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

Color convert

RGB840191-
CMYK0.56100.25
HSL266.39º100%37.45%-
HSV(B)266.39º100%74.9%-
XYZ13.065.6549.69-
YUV46.89209.33154.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 69.45%
R=30.55%
G=0%
B=69.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8401910.56100.25266.3910037.45
Hex540BF386401910a6425
Octal12402777014403141214445
Binary101010001011111111100011001000110011000010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5400bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5400bf; }

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

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

<style>
 a { background-color: #5400bf; }

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

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

<style>
 span { border-color: #5400bf; }

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

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