Html Css Color HEX #593EBA Purple Heart

📋 copy color: '#593EBA'

red 89 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #593EBA

Tints of Purple Heart #593EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.4%

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 26.41%
G = 18.4%
B = 55.19%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#593EBA (or 0x593EBA) is known color: Purple Heart. HEX triplet: 59, 3E and BA. RGB value is (89,62,186). Sum of RGB (Red+Green+Blue) = 89+62+186=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #593EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593EBA is #A6C145. Grayscale: #535353. Windows color (decimal): -10928454 or 12205657. OLE color: 12205657.

HSL color Cylindrical-coordinate representation of color #593EBA: hue angle of 253.06º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #593EBA is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 62 186 -
CMYK 0.52 0.67 0 0.27
HSL 253.06º 0.5% 0.49% -
HSV(B) 253.06º 0.67% 0.73% -
XYZ 14.71 9.11 47.44 -
YUV 84.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 89 62 186 0.52 0.67 0 0.27 253.06 0.5 0.49
Hex 59 3E BA 34 43 0 1B FD 32 31
Octal 131 76 272 64 103 0 33 375 62 61
Binary 1011001 111110 10111010 110100 1000011 0 11011 11111101 110010 110001

Color Harmonies of #593EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593EBA

Black with #593EBA

Text Example


Text Example

White with #593EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,62,186); }

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

background-color css

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

 a { background-color: rgb(89,62,186); }

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

border-color css

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

 span { border-color: rgb(89,62,186); }

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