Html Css Color HEX #593FBF Purple Heart

📋 copy color: '#593FBF'

red 89 ◦ green 63 ◦ blue 191

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

Shades of Purple Heart #593FBF

Tints of Purple Heart #593FBF

RGB

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

 GREEN value IS 63 (25% from 255) = 18.37%

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

R = 25.95%
G = 18.37%
B = 55.69%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#593FBF (or 0x593FBF) is known color: Purple Heart. HEX triplet: 59, 3F and BF. RGB value is (89,63,191). Sum of RGB (Red+Green+Blue) = 89+63+191=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 63 (25% from 255 or 18.37% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #593FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FBF is #A6C040. Grayscale: #545454. Windows color (decimal): -10928193 or 12533593. OLE color: 12533593.

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

Color convert

RGB 89 63 191 -
CMYK 0.53 0.67 0 0.25
HSL 252.19º 0.5% 0.5% -
HSV(B) 252.19º 0.67% 0.75% -
XYZ 15.3 9.44 50.31 -
YUV 85.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 89 63 191 0.53 0.67 0 0.25 252.19 0.5 0.5
Hex 59 3F BF 35 43 0 19 FC 32 32
Octal 131 77 277 65 103 0 31 374 62 62
Binary 1011001 111111 10111111 110101 1000011 0 11001 11111100 110010 110010

Color Harmonies of #593FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593FBF

Black with #593FBF

Text Example


Text Example

White with #593FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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