#5403BD

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

Shades of Purple Heart #5403BD

Tints of Purple Heart #5403BD

Color information

#5403BD (or 0x5403BD) is unknown color: approx Purple Heart. HEX triplet: 54, 03 and BD. RGB value is (84,3,189). Sum of RGB (Red+Green+Blue) = 84+3+189=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #5403BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5403BD is #ABFC42. Grayscale: #2F2F2F. Windows color (decimal): -11271235 or 12387156. OLE color: 12387156.

HSL color Cylindrical-coordinate representation of color #5403BD: hue angle of 266.13º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5403BD is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB843189-
CMYK0.560.9800.26
HSL266.13º96.88%37.65%-
HSV(B)266.13º98.41%74.12%-
XYZ12.875.6248.55-
YUV48.42207.34153.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 189 (74.22% from 255) = 68.48%
R=30.43%
G=1.09%
B=68.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8431890.560.9800.26266.1396.8837.65
Hex543BD386201A10a6126
Octal12432757014203241214146
Binary1010100111011110111100011000100110101000010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5403BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5403BD; }

 p { color: rgb(84,3,189); }

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

<style>
 a { background-color: #5403BD; }

 a { background-color: rgb(84,3,189); }

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

<style>
 span { border-color: #5403BD; }

 span { border-color: rgb(84,3,189); }

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