#5405BA

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

Shades of Purple Heart #5405BA

Tints of Purple Heart #5405BA

Color information

#5405BA (or 0x5405BA) is unknown color: approx Purple Heart. HEX triplet: 54, 05 and BA. RGB value is (84,5,186). Sum of RGB (Red+Green+Blue) = 84+5+186=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #5405BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5405BA is #ABFA45. Grayscale: #303030. Windows color (decimal): -11270726 or 12191060. OLE color: 12191060.

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

Color convert

RGB845186-
CMYK0.550.9700.27
HSL266.19º94.76%37.45%-
HSV(B)266.19º97.31%72.94%-
XYZ12.575.5446.86-
YUV49.26205.17152.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 186 (73.05% from 255) = 67.64%
R=30.55%
G=1.82%
B=67.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8451860.550.9700.27266.1994.7637.45
Hex545BA376101B10a5f25
Octal12452726714103341213745
Binary10101001011011101011011111000010110111000010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5405BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5405BA; }

 p { color: rgb(84,5,186); }

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

<style>
 a { background-color: #5405BA; }

 a { background-color: rgb(84,5,186); }

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

<style>
 span { border-color: #5405BA; }

 span { border-color: rgb(84,5,186); }

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