Html Css Color HEX #593ACD Purple Heart

📋 copy color: '#593ACD'

red 89 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #593ACD

Tints of Purple Heart #593ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.48%

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

R = 25.28%
G = 16.48%
B = 58.24%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#593ACD (or 0x593ACD) is known color: Purple Heart. HEX triplet: 59, 3A and CD. RGB value is (89,58,205). Sum of RGB (Red+Green+Blue) = 89+58+205=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #593ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593ACD is #A6C532. Grayscale: #535353. Windows color (decimal): -10929459 or 13449817. OLE color: 13449817.

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

Color convert

RGB 89 58 205 -
CMYK 0.57 0.72 0 0.20
HSL 252.65º 0.6% 0.52% -
HSV(B) 252.65º 0.72% 0.8% -
XYZ 16.65 9.56 58.72 -
YUV 84.03 196.27 131.55 -
System Red Green Blue C M Y K H S L
Decimal 89 58 205 0.57 0.72 0 0.20 252.65 0.6 0.52
Hex 59 3A CD 39 48 0 14 FD 3C 34
Octal 131 72 315 71 110 0 24 375 74 64
Binary 1011001 111010 11001101 111001 1001000 0 10100 11111101 111100 110100

Color Harmonies of #593ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593ACD

Black with #593ACD

Text Example


Text Example

White with #593ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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