#593CB7

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

Shades of Purple Heart #593CB7

Tints of Purple Heart #593CB7

Color information

#593CB7 (or 0x593CB7) is unknown color: approx Purple Heart. HEX triplet: 59, 3C and B7. RGB value is (89,60,183). Sum of RGB (Red+Green+Blue) = 89+60+183=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #593CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CB7 is #A6C348. Grayscale: #525252. Windows color (decimal): -10928969 or 12008537. OLE color: 12008537.

HSL color Cylindrical-coordinate representation of color #593CB7: hue angle of 254.15º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #593CB7 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8960183-
CMYK0.510.6700.28
HSL254.15º50.62%47.65%-
HSV(B)254.15º67.21%71.76%-
XYZ14.288.7745.74-
YUV82.69184.61132.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 183 (71.88% from 255) = 55.12%
R=26.81%
G=18.07%
B=55.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal89601830.510.6700.28254.1550.6247.65
Hex593CB7334301Cfe3330
Octal13174267631030343766360
Binary101100111110010110111110011100001101110011111110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,60,183); }

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

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

 a { background-color: rgb(89,60,183); }

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

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

 span { border-color: rgb(89,60,183); }

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