#593FBF

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

Shades of Purple Heart #593FBF

Tints of Purple Heart #593FBF

Color information

#593FBF (or 0x593FBF) is unknown color: approx Purple Heart. HEX triplet: 59, 3F and BF. RGB value is (89,63,191). Sum of RGB (Red+Green+Blue) = 89+63+191=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #593FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FBF is #A6C040. Grayscale: #545454. Windows color (decimal): -10928193 or 12533593. OLE color: 12533593.

HSL color Cylindrical-coordinate representation of color #593FBF: hue angle of 252.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #593FBF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8963191-
CMYK0.530.6700.25
HSL252.19º50.39%49.8%-
HSV(B)252.19º67.02%74.9%-
XYZ15.39.4450.31-
YUV85.37187.61130.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 63 (25% from 255) = 18.37%
BLUE value IS 191 (75% from 255) = 55.69%
R=25.95%
G=18.37%
B=55.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89631910.530.6700.25252.1950.3949.8
Hex593FBF3543019fc3232
Octal13177277651030313746262
Binary101100111111110111111110101100001101100111111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593FBF; }

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

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

<style>
 a { background-color: #593FBF; }

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

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

<style>
 span { border-color: #593FBF; }

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

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