Html Css Color HEX #593CDB Purple Heart

📋 copy color: '#593CDB'

red 89 ◦ green 60 ◦ blue 219

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

Shades of Purple Heart #593CDB

Tints of Purple Heart #593CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.3%

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 24.18%
G = 16.3%
B = 59.51%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#593CDB (or 0x593CDB) is known color: Purple Heart. HEX triplet: 59, 3C and DB. RGB value is (89,60,219). Sum of RGB (Red+Green+Blue) = 89+60+219=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #593CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CDB is #A6C324. Grayscale: #565656. Windows color (decimal): -10928933 or 14367833. OLE color: 14367833.

HSL color Cylindrical-coordinate representation of color #593CDB: hue angle of 250.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #593CDB is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 60 219 -
CMYK 0.59 0.73 0 0.14
HSL 250.94º 0.69% 0.55% -
HSV(B) 250.94º 0.73% 0.86% -
XYZ 18.52 10.47 68.06 -
YUV 86.8 202.61 129.57 -
System Red Green Blue C M Y K H S L
Decimal 89 60 219 0.59 0.73 0 0.14 250.94 0.69 0.55
Hex 59 3C DB 3B 49 0 E FB 45 37
Octal 131 74 333 73 111 0 16 373 105 67
Binary 1011001 111100 11011011 111011 1001001 0 1110 11111011 1000101 110111

Color Harmonies of #593CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CDB

Black with #593CDB

Text Example


Text Example

White with #593CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,60,219); }

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

background-color css

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

 a { background-color: rgb(89,60,219); }

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

border-color css

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

 span { border-color: rgb(89,60,219); }

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