Html Css Color HEX #593AAE Purple Heart

📋 copy color: '#593AAE'

red 89 ◦ green 58 ◦ blue 174

#593AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #593AAE

Tints of Purple Heart #593AAE

RGB

 RED value IS 89 (35.16% from 255) = 27.73%

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 27.73%
G = 18.07%
B = 54.21%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#593AAE (or 0x593AAE) is known color: Purple Heart. HEX triplet: 59, 3A and AE. RGB value is (89,58,174). Sum of RGB (Red+Green+Blue) = 89+58+174=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #593AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593AAE is #A6C551. Grayscale: #505050. Windows color (decimal): -10929490 or 11418201. OLE color: 11418201.

HSL color Cylindrical-coordinate representation of color #593AAE: hue angle of 256.03º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #593AAE is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 58 174 -
CMYK 0.49 0.67 0 0.32
HSL 256.03º 0.5% 0.45% -
HSV(B) 256.03º 0.67% 0.68% -
XYZ 13.27 8.21 40.93 -
YUV 80.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 89 58 174 0.49 0.67 0 0.32 256.03 0.5 0.45
Hex 59 3A AE 31 43 0 20 100 32 2D
Octal 131 72 256 61 103 0 40 400 62 55
Binary 1011001 111010 10101110 110001 1000011 0 100000 100000000 110010 101101

Color Harmonies of #593AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593AAE

Black with #593AAE

Text Example


Text Example

White with #593AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,58,174); }

 H1.HeaderClassName
 {
   color: #593AAE;
 }
 .AnyTagClassName
 {
   color: #593AAE;
 }
</style>

background-color css

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

 a { background-color: rgb(89,58,174); }

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

border-color css

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

 span { border-color: rgb(89,58,174); }

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