Html Css Color HEX #593CAF Purple Heart

📋 copy color: '#593CAF'

red 89 ◦ green 60 ◦ blue 175

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

Shades of Purple Heart #593CAF

Tints of Purple Heart #593CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.01%

R = 27.47%
G = 18.52%
B = 54.01%

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

#593CAF (or 0x593CAF) is known color: Purple Heart. HEX triplet: 59, 3C and AF. RGB value is (89,60,175). Sum of RGB (Red+Green+Blue) = 89+60+175=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #593CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CAF is #A6C350. Grayscale: #515151. Windows color (decimal): -10928977 or 11484249. OLE color: 11484249.

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

Color convert

RGB 89 60 175 -
CMYK 0.49 0.66 0 0.31
HSL 255.13º 0.49% 0.46% -
HSV(B) 255.13º 0.66% 0.69% -
XYZ 13.47 8.45 41.48 -
YUV 81.78 180.61 133.15 -
System Red Green Blue C M Y K H S L
Decimal 89 60 175 0.49 0.66 0 0.31 255.13 0.49 0.46
Hex 59 3C AF 31 42 0 1F FF 31 2E
Octal 131 74 257 61 102 0 37 377 61 56
Binary 1011001 111100 10101111 110001 1000010 0 11111 11111111 110001 101110

Color Harmonies of #593CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CAF

Black with #593CAF

Text Example


Text Example

White with #593CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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