#593BBF

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

Shades of Purple Heart #593BBF

Tints of Purple Heart #593BBF

Color information

#593BBF (or 0x593BBF) is unknown color: approx Purple Heart. HEX triplet: 59, 3B and BF. RGB value is (89,59,191). Sum of RGB (Red+Green+Blue) = 89+59+191=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #593BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BBF is #A6C440. Grayscale: #525252. Windows color (decimal): -10929217 or 12532569. OLE color: 12532569.

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

Color convert

RGB8959191-
CMYK0.530.6900.25
HSL253.64º52.8%49.02%-
HSV(B)253.64º69.11%74.9%-
XYZ15.099.0150.23-
YUV83.02188.94132.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 191 (75% from 255) = 56.34%
R=26.25%
G=17.40%
B=56.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89591910.530.6900.25253.6452.849.02
Hex593BBF3545019fe3531
Octal13173277651050313766561
Binary101100111101110111111110101100010101100111111110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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