Html Css Color HEX #593CBD Purple Heart

📋 copy color: '#593CBD'

red 89 ◦ green 60 ◦ blue 189

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

Shades of Purple Heart #593CBD

Tints of Purple Heart #593CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 26.33%
G = 17.75%
B = 55.92%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#593CBD (or 0x593CBD) is known color: Purple Heart. HEX triplet: 59, 3C and BD. RGB value is (89,60,189). Sum of RGB (Red+Green+Blue) = 89+60+189=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #593CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593CBD is #A6C342. Grayscale: #525252. Windows color (decimal): -10928963 or 12401753. OLE color: 12401753.

HSL color Cylindrical-coordinate representation of color #593CBD: hue angle of 253.49º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #593CBD is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 60 189 -
CMYK 0.53 0.68 0 0.26
HSL 253.49º 0.52% 0.49% -
HSV(B) 253.49º 0.68% 0.74% -
XYZ 14.92 9.03 49.1 -
YUV 83.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 89 60 189 0.53 0.68 0 0.26 253.49 0.52 0.49
Hex 59 3C BD 35 44 0 1A FD 34 31
Octal 131 74 275 65 104 0 32 375 64 61
Binary 1011001 111100 10111101 110101 1000100 0 11010 11111101 110100 110001

Color Harmonies of #593CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CBD

Black with #593CBD

Text Example


Text Example

White with #593CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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