#5437BF

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

Shades of Purple Heart #5437BF

Tints of Purple Heart #5437BF

Color information

#5437BF (or 0x5437BF) is unknown color: approx Purple Heart. HEX triplet: 54, 37 and BF. RGB value is (84,55,191). Sum of RGB (Red+Green+Blue) = 84+55+191=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #5437BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5437BF is #ABC840. Grayscale: #4E4E4E. Windows color (decimal): -11257921 or 12531540. OLE color: 12531540.

HSL color Cylindrical-coordinate representation of color #5437BF: hue angle of 252.79º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5437BF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8455191-
CMYK0.560.7100.25
HSL252.79º55.28%48.24%-
HSV(B)252.79º71.2%74.9%-
XYZ14.438.3850.15-
YUV79.18191.11131.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 191 (75% from 255) = 57.88%
R=25.45%
G=16.67%
B=57.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84551910.560.7100.25252.7955.2848.24
Hex5437BF3847019fd3730
Octal12467277701070313756760
Binary101010011011110111111111000100011101100111111101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5437BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5437BF; }

 p { color: rgb(84,55,191); }

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

<style>
 a { background-color: #5437BF; }

 a { background-color: rgb(84,55,191); }

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

<style>
 span { border-color: #5437BF; }

 span { border-color: rgb(84,55,191); }

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