#5943BF

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

Shades of Purple Heart #5943BF

Tints of Purple Heart #5943BF

Color information

#5943BF (or 0x5943BF) is unknown color: approx Purple Heart. HEX triplet: 59, 43 and BF. RGB value is (89,67,191). Sum of RGB (Red+Green+Blue) = 89+67+191=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #5943BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5943BF is #A6BC40. Grayscale: #575757. Windows color (decimal): -10927169 or 12534617. OLE color: 12534617.

HSL color Cylindrical-coordinate representation of color #5943BF: hue angle of 250.65º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5943BF is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8967191-
CMYK0.530.6500.25
HSL250.65º49.21%50.59%-
HSV(B)250.65º64.92%74.9%-
XYZ15.539.950.38-
YUV87.71186.29128.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.65%
GREEN value IS 67 (26.56% from 255) = 19.31%
BLUE value IS 191 (75% from 255) = 55.04%
R=25.65%
G=19.31%
B=55.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89671910.530.6500.25250.6549.2150.59
Hex5943BF3541019fb3133
Octal131103277651010313736163
Binary1011001100001110111111110101100000101100111111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5943BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,67,191); }

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

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

 a { background-color: rgb(89,67,191); }

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

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

 span { border-color: rgb(89,67,191); }

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