Html Css Color HEX #593CB1 Purple Heart

📋 copy color: '#593CB1'

red 89 ◦ green 60 ◦ blue 177

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

Shades of Purple Heart #593CB1

Tints of Purple Heart #593CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 54.29%

R = 27.3%
G = 18.4%
B = 54.29%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#593CB1 (or 0x593CB1) is known color: Purple Heart. HEX triplet: 59, 3C and B1. RGB value is (89,60,177). Sum of RGB (Red+Green+Blue) = 89+60+177=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #593CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CB1 is #A6C34E. Grayscale: #515151. Windows color (decimal): -10928975 or 11615321. OLE color: 11615321.

HSL color Cylindrical-coordinate representation of color #593CB1: hue angle of 254.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593CB1 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 60 177 -
CMYK 0.50 0.66 0 0.31
HSL 254.87º 0.49% 0.46% -
HSV(B) 254.87º 0.66% 0.69% -
XYZ 13.67 8.53 42.52 -
YUV 82.01 181.61 132.99 -
System Red Green Blue C M Y K H S L
Decimal 89 60 177 0.50 0.66 0 0.31 254.87 0.49 0.46
Hex 59 3C B1 32 42 0 1F FF 31 2E
Octal 131 74 261 62 102 0 37 377 61 56
Binary 1011001 111100 10110001 110010 1000010 0 11111 11111111 110001 101110

Color Harmonies of #593CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CB1

Black with #593CB1

Text Example


Text Example

White with #593CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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