#5404BE

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

Shades of Purple Heart #5404BE

Tints of Purple Heart #5404BE

Color information

#5404BE (or 0x5404BE) is unknown color: approx Purple Heart. HEX triplet: 54, 04 and BE. RGB value is (84,4,190). Sum of RGB (Red+Green+Blue) = 84+4+190=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #5404BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5404BE is #ABFB41. Grayscale: #303030. Windows color (decimal): -11270978 or 12452948. OLE color: 12452948.

HSL color Cylindrical-coordinate representation of color #5404BE: hue angle of 265.81º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404BE is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB844190-
CMYK0.560.9800.25
HSL265.81º95.88%38.04%-
HSV(B)265.81º97.89%74.51%-
XYZ12.995.6949.13-
YUV49.12207.5152.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 190 (74.61% from 255) = 68.35%
R=30.22%
G=1.44%
B=68.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8441900.560.9800.25265.8195.8838.04
Hex544BE386201910a6026
Octal12442767014203141214046
Binary10101001001011111011100011000100110011000010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5404BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5404BE; }

 p { color: rgb(84,4,190); }

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

<style>
 a { background-color: #5404BE; }

 a { background-color: rgb(84,4,190); }

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

<style>
 span { border-color: #5404BE; }

 span { border-color: rgb(84,4,190); }

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