Html Css Color HEX #593BBE Purple Heart

📋 copy color: '#593BBE'

red 89 ◦ green 59 ◦ blue 190

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

Shades of Purple Heart #593BBE

Tints of Purple Heart #593BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.46%

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

R = 26.33%
G = 17.46%
B = 56.21%

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

#593BBE (or 0x593BBE) is known color: Purple Heart. HEX triplet: 59, 3B and BE. RGB value is (89,59,190). Sum of RGB (Red+Green+Blue) = 89+59+190=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #593BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BBE is #A6C441. Grayscale: #525252. Windows color (decimal): -10929218 or 12467033. OLE color: 12467033.

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

Color convert

RGB 89 59 190 -
CMYK 0.53 0.69 0 0.25
HSL 253.74º 0.53% 0.49% -
HSV(B) 253.74º 0.69% 0.75% -
XYZ 14.98 8.97 49.66 -
YUV 82.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 89 59 190 0.53 0.69 0 0.25 253.74 0.53 0.49
Hex 59 3B BE 35 45 0 19 FE 35 31
Octal 131 73 276 65 105 0 31 376 65 61
Binary 1011001 111011 10111110 110101 1000101 0 11001 11111110 110101 110001

Color Harmonies of #593BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593BBE

Black with #593BBE

Text Example


Text Example

White with #593BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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