#5406B1

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

Shades of Purple Heart #5406B1

Tints of Purple Heart #5406B1

Color information

#5406B1 (or 0x5406B1) is unknown color: approx Purple Heart. HEX triplet: 54, 06 and B1. RGB value is (84,6,177). Sum of RGB (Red+Green+Blue) = 84+6+177=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 177 (69.53% from 255 or 66.29% from 267); Max value from RGB is 177 - color contains mainly: blue. Hex color #5406B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5406B1 is #ABF94E. Grayscale: #303030. Windows color (decimal): -11270479 or 11601492. OLE color: 11601492.

HSL color Cylindrical-coordinate representation of color #5406B1: hue angle of 267.37º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5406B1 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB846177-
CMYK0.530.9700.31
HSL267.37º93.44%35.88%-
HSV(B)267.37º96.61%69.41%-
XYZ11.665.1941.98-
YUV48.82200.34153.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.46%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 177 (69.53% from 255) = 66.29%
R=31.46%
G=2.25%
B=66.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8461770.530.9700.31267.3793.4435.88
Hex546B1356101F10b5d24
Octal12462616514103741313544
Binary10101001101011000111010111000010111111000010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5406B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5406B1; }

 p { color: rgb(84,6,177); }

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

<style>
 a { background-color: #5406B1; }

 a { background-color: rgb(84,6,177); }

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

<style>
 span { border-color: #5406B1; }

 span { border-color: rgb(84,6,177); }

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