#5400BB

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

Shades of Purple Heart #5400BB

Tints of Purple Heart #5400BB

Color information

#5400BB (or 0x5400BB) is unknown color: approx Purple Heart. HEX triplet: 54, 00 and BB. RGB value is (84,0,187). Sum of RGB (Red+Green+Blue) = 84+0+187=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #5400BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5400BB is #ABFF44. Grayscale: #2D2D2D. Windows color (decimal): -11272005 or 12255316. OLE color: 12255316.

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

Color convert

RGB840187-
CMYK0.55100.27
HSL266.95º100%36.67%-
HSV(B)266.95º100%73.33%-
XYZ12.635.4747.4-
YUV46.43207.33154.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 187 (73.44% from 255) = 69.00%
R=31.00%
G=0%
B=69.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8401870.55100.27266.9510036.67
Hex540BB376401B10b6425
Octal12402736714403341314445
Binary101010001011101111011111001000110111000010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5400BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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