Html Css Color HEX #593FBE Purple Heart

📋 copy color: '#593FBE'

red 89 ◦ green 63 ◦ blue 190

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

Shades of Purple Heart #593FBE

Tints of Purple Heart #593FBE

RGB

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

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

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

R = 26.02%
G = 18.42%
B = 55.56%

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

#593FBE (or 0x593FBE) is known color: Purple Heart. HEX triplet: 59, 3F and BE. RGB value is (89,63,190). Sum of RGB (Red+Green+Blue) = 89+63+190=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #593FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FBE is #A6C041. Grayscale: #545454. Windows color (decimal): -10928194 or 12468057. OLE color: 12468057.

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

Color convert

RGB 89 63 190 -
CMYK 0.53 0.67 0 0.25
HSL 252.28º 0.5% 0.5% -
HSV(B) 252.28º 0.67% 0.75% -
XYZ 15.19 9.4 49.73 -
YUV 85.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 89 63 190 0.53 0.67 0 0.25 252.28 0.5 0.5
Hex 59 3F BE 35 43 0 19 FC 32 32
Octal 131 77 276 65 103 0 31 374 62 62
Binary 1011001 111111 10111110 110101 1000011 0 11001 11111100 110010 110010

Color Harmonies of #593FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593FBE

Black with #593FBE

Text Example


Text Example

White with #593FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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