Html Css Color HEX #593DBB Purple Heart

📋 copy color: '#593DBB'

red 89 ◦ green 61 ◦ blue 187

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

Shades of Purple Heart #593DBB

Tints of Purple Heart #593DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.49%

R = 26.41%
G = 18.1%
B = 55.49%

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

#593DBB (or 0x593DBB) is known color: Purple Heart. HEX triplet: 59, 3D and BB. RGB value is (89,61,187). Sum of RGB (Red+Green+Blue) = 89+61+187=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #593DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DBB is #A6C244. Grayscale: #535353. Windows color (decimal): -10928709 or 12270937. OLE color: 12270937.

HSL color Cylindrical-coordinate representation of color #593DBB: hue angle of 253.33º degrees, saturation: 0.51, 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 #593DBB is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 61 187 -
CMYK 0.52 0.67 0 0.27
HSL 253.33º 0.51% 0.49% -
HSV(B) 253.33º 0.67% 0.73% -
XYZ 14.76 9.05 47.98 -
YUV 83.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 89 61 187 0.52 0.67 0 0.27 253.33 0.51 0.49
Hex 59 3D BB 34 43 0 1B FD 33 31
Octal 131 75 273 64 103 0 33 375 63 61
Binary 1011001 111101 10111011 110100 1000011 0 11011 11111101 110011 110001

Color Harmonies of #593DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DBB

Black with #593DBB

Text Example


Text Example

White with #593DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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