Html Css Color HEX #593BCD Purple Heart

📋 copy color: '#593BCD'

red 89 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #593BCD

Tints of Purple Heart #593BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 25.21%
G = 16.71%
B = 58.07%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#593BCD (or 0x593BCD) is known color: Purple Heart. HEX triplet: 59, 3B and CD. RGB value is (89,59,205). Sum of RGB (Red+Green+Blue) = 89+59+205=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #593BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BCD is #A6C432. Grayscale: #545454. Windows color (decimal): -10929203 or 13450073. OLE color: 13450073.

HSL color Cylindrical-coordinate representation of color #593BCD: hue angle of 252.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #593BCD is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 59 205 -
CMYK 0.57 0.71 0 0.20
HSL 252.33º 0.59% 0.52% -
HSV(B) 252.33º 0.71% 0.8% -
XYZ 16.7 9.66 58.74 -
YUV 84.61 195.94 131.13 -
System Red Green Blue C M Y K H S L
Decimal 89 59 205 0.57 0.71 0 0.20 252.33 0.59 0.52
Hex 59 3B CD 39 47 0 14 FC 3B 34
Octal 131 73 315 71 107 0 24 374 73 64
Binary 1011001 111011 11001101 111001 1000111 0 10100 11111100 111011 110100

Color Harmonies of #593BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593BCD

Black with #593BCD

Text Example


Text Example

White with #593BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,59,205); }

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

background-color css

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

 a { background-color: rgb(89,59,205); }

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

border-color css

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

 span { border-color: rgb(89,59,205); }

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