#5408B8

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

Shades of Purple Heart #5408B8

Tints of Purple Heart #5408B8

Color information

#5408B8 (or 0x5408B8) is unknown color: approx Purple Heart. HEX triplet: 54, 08 and B8. RGB value is (84,8,184). Sum of RGB (Red+Green+Blue) = 84+8+184=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 184 (72.27% from 255 or 66.67% from 276); Max value from RGB is 184 - color contains mainly: blue. Hex color #5408B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5408B8 is #ABF747. Grayscale: #323232. Windows color (decimal): -11269960 or 12060756. OLE color: 12060756.

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

Color convert

RGB848184-
CMYK0.540.9600.28
HSL265.91º91.67%37.65%-
HSV(B)265.91º95.65%72.16%-
XYZ12.395.5245.76-
YUV50.79203.18151.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 8 (3.52% from 255) = 2.90%
BLUE value IS 184 (72.27% from 255) = 66.67%
R=30.43%
G=2.90%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8481840.540.9600.28265.9191.6737.65
Hex548B8366001C10a5c26
Octal124102706614003441213446
Binary101010010001011100011011011000000111001000010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5408B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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