Html Css Color HEX #593AD6 Purple Heart

📋 copy color: '#593AD6'

red 89 ◦ green 58 ◦ blue 214

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

Shades of Purple Heart #593AD6

Tints of Purple Heart #593AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.28%

R = 24.65%
G = 16.07%
B = 59.28%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#593AD6 (or 0x593AD6) is known color: Purple Heart. HEX triplet: 59, 3A and D6. RGB value is (89,58,214). Sum of RGB (Red+Green+Blue) = 89+58+214=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #593AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593AD6 is #A6C529. Grayscale: #545454. Windows color (decimal): -10929450 or 14039641. OLE color: 14039641.

HSL color Cylindrical-coordinate representation of color #593AD6: hue angle of 251.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593AD6 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 58 214 -
CMYK 0.58 0.73 0 0.16
HSL 251.92º 0.66% 0.53% -
HSV(B) 251.92º 0.73% 0.84% -
XYZ 17.77 10.01 64.61 -
YUV 85.05 200.77 130.82 -
System Red Green Blue C M Y K H S L
Decimal 89 58 214 0.58 0.73 0 0.16 251.92 0.66 0.53
Hex 59 3A D6 3A 49 0 10 FC 42 35
Octal 131 72 326 72 111 0 20 374 102 65
Binary 1011001 111010 11010110 111010 1001001 0 10000 11111100 1000010 110101

Color Harmonies of #593AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593AD6

Black with #593AD6

Text Example


Text Example

White with #593AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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