#5405B8

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

Shades of Purple Heart #5405B8

Tints of Purple Heart #5405B8

Color information

#5405B8 (or 0x5405B8) is unknown color: approx Purple Heart. HEX triplet: 54, 05 and B8. RGB value is (84,5,184). Sum of RGB (Red+Green+Blue) = 84+5+184=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 184 (72.27% from 255 or 67.40% from 273); Max value from RGB is 184 - color contains mainly: blue. Hex color #5405B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5405B8 is #ABFA47. Grayscale: #303030. Windows color (decimal): -11270728 or 12059988. OLE color: 12059988.

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

Color convert

RGB845184-
CMYK0.540.9700.28
HSL266.48º94.71%37.06%-
HSV(B)266.48º97.28%72.16%-
XYZ12.365.4545.75-
YUV49.03204.17152.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 5 (2.34% from 255) = 1.83%
BLUE value IS 184 (72.27% from 255) = 67.40%
R=30.77%
G=1.83%
B=67.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8451840.540.9700.28266.4894.7137.06
Hex545B8366101C10a5f25
Octal12452706614103441213745
Binary10101001011011100011011011000010111001000010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5405B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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