Html Css Color HEX #593ABE Purple Heart

📋 copy color: '#593ABE'

red 89 ◦ green 58 ◦ blue 190

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

Shades of Purple Heart #593ABE

Tints of Purple Heart #593ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 26.41%
G = 17.21%
B = 56.38%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#593ABE (or 0x593ABE) is known color: Purple Heart. HEX triplet: 59, 3A and BE. RGB value is (89,58,190). Sum of RGB (Red+Green+Blue) = 89+58+190=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #593ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593ABE is #A6C541. Grayscale: #515151. Windows color (decimal): -10929474 or 12466777. OLE color: 12466777.

HSL color Cylindrical-coordinate representation of color #593ABE: hue angle of 254.09º 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 #593ABE is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 58 190 -
CMYK 0.53 0.69 0 0.25
HSL 254.09º 0.53% 0.49% -
HSV(B) 254.09º 0.69% 0.75% -
XYZ 14.93 8.87 49.64 -
YUV 82.32 188.77 132.77 -
System Red Green Blue C M Y K H S L
Decimal 89 58 190 0.53 0.69 0 0.25 254.09 0.53 0.49
Hex 59 3A BE 35 45 0 19 FE 35 31
Octal 131 72 276 65 105 0 31 376 65 61
Binary 1011001 111010 10111110 110101 1000101 0 11001 11111110 110101 110001

Color Harmonies of #593ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593ABE

Black with #593ABE

Text Example


Text Example

White with #593ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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