Html Css Color HEX #593CB0 Purple Heart

📋 copy color: '#593CB0'

red 89 ◦ green 60 ◦ blue 176

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

Shades of Purple Heart #593CB0

Tints of Purple Heart #593CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.15%

R = 27.38%
G = 18.46%
B = 54.15%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#593CB0 (or 0x593CB0) is known color: Purple Heart. HEX triplet: 59, 3C and B0. RGB value is (89,60,176). Sum of RGB (Red+Green+Blue) = 89+60+176=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #593CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CB0 is #A6C34F. Grayscale: #515151. Windows color (decimal): -10928976 or 11549785. OLE color: 11549785.

HSL color Cylindrical-coordinate representation of color #593CB0: hue angle of 255º 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 #593CB0 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 60 176 -
CMYK 0.49 0.66 0 0.31
HSL 255º 0.49% 0.46% -
HSV(B) 255º 0.66% 0.69% -
XYZ 13.57 8.49 42 -
YUV 81.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 89 60 176 0.49 0.66 0 0.31 255 0.49 0.46
Hex 59 3C B0 31 42 0 1F FF 31 2E
Octal 131 74 260 61 102 0 37 377 61 56
Binary 1011001 111100 10110000 110001 1000010 0 11111 11111111 110001 101110

Color Harmonies of #593CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CB0

Black with #593CB0

Text Example


Text Example

White with #593CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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