Html Css Color HEX #593DB1 Purple Heart

📋 copy color: '#593DB1'

red 89 ◦ green 61 ◦ blue 177

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

Shades of Purple Heart #593DB1

Tints of Purple Heart #593DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.65%

 BLUE value IS 177 (69.53% from 255) = 54.13%

R = 27.22%
G = 18.65%
B = 54.13%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#593DB1 (or 0x593DB1) is known color: Purple Heart. HEX triplet: 59, 3D and B1. RGB value is (89,61,177). Sum of RGB (Red+Green+Blue) = 89+61+177=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #593DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593DB1 is #A6C24E. Grayscale: #525252. Windows color (decimal): -10928719 or 11615577. OLE color: 11615577.

HSL color Cylindrical-coordinate representation of color #593DB1: hue angle of 254.48º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593DB1 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 61 177 -
CMYK 0.50 0.66 0 0.31
HSL 254.48º 0.49% 0.47% -
HSV(B) 254.48º 0.66% 0.69% -
XYZ 13.72 8.64 42.54 -
YUV 82.6 181.28 132.57 -
System Red Green Blue C M Y K H S L
Decimal 89 61 177 0.50 0.66 0 0.31 254.48 0.49 0.47
Hex 59 3D B1 32 42 0 1F FE 31 2F
Octal 131 75 261 62 102 0 37 376 61 57
Binary 1011001 111101 10110001 110010 1000010 0 11111 11111110 110001 101111

Color Harmonies of #593DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DB1

Black with #593DB1

Text Example


Text Example

White with #593DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,61,177); }

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

background-color css

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

 a { background-color: rgb(89,61,177); }

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

border-color css

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

 span { border-color: rgb(89,61,177); }

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