Html Css Color HEX #593ABF Purple Heart

📋 copy color: '#593ABF'

red 89 ◦ green 58 ◦ blue 191

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

Shades of Purple Heart #593ABF

Tints of Purple Heart #593ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.51%

R = 26.33%
G = 17.16%
B = 56.51%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#593ABF (or 0x593ABF) is known color: Purple Heart. HEX triplet: 59, 3A and BF. RGB value is (89,58,191). Sum of RGB (Red+Green+Blue) = 89+58+191=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #593ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593ABF is #A6C540. Grayscale: #515151. Windows color (decimal): -10929473 or 12532313. OLE color: 12532313.

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

Color convert

RGB 89 58 191 -
CMYK 0.53 0.70 0 0.25
HSL 253.99º 0.53% 0.49% -
HSV(B) 253.99º 0.7% 0.75% -
XYZ 15.04 8.91 50.22 -
YUV 82.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 89 58 191 0.53 0.70 0 0.25 253.99 0.53 0.49
Hex 59 3A BF 35 46 0 19 FE 35 31
Octal 131 72 277 65 106 0 31 376 65 61
Binary 1011001 111010 10111111 110101 1000110 0 11001 11111110 110101 110001

Color Harmonies of #593ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593ABF

Black with #593ABF

Text Example


Text Example

White with #593ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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