Html Css Color HEX #593DBF Purple Heart

📋 copy color: '#593DBF'

red 89 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #593DBF

Tints of Purple Heart #593DBF

RGB

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

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

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

R = 26.1%
G = 17.89%
B = 56.01%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#593DBF (or 0x593DBF) is known color: Purple Heart. HEX triplet: 59, 3D and BF. RGB value is (89,61,191). Sum of RGB (Red+Green+Blue) = 89+61+191=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #593DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DBF is #A6C240. Grayscale: #535353. Windows color (decimal): -10928705 or 12533081. OLE color: 12533081.

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

Color convert

RGB 89 61 191 -
CMYK 0.53 0.68 0 0.25
HSL 252.92º 0.52% 0.49% -
HSV(B) 252.92º 0.68% 0.75% -
XYZ 15.19 9.22 50.27 -
YUV 84.19 188.28 131.43 -
System Red Green Blue C M Y K H S L
Decimal 89 61 191 0.53 0.68 0 0.25 252.92 0.52 0.49
Hex 59 3D BF 35 44 0 19 FD 34 31
Octal 131 75 277 65 104 0 31 375 64 61
Binary 1011001 111101 10111111 110101 1000100 0 11001 11111101 110100 110001

Color Harmonies of #593DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DBF

Black with #593DBF

Text Example


Text Example

White with #593DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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