Html Css Color HEX #593ACC Purple Heart

📋 copy color: '#593ACC'

red 89 ◦ green 58 ◦ blue 204

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

Shades of Purple Heart #593ACC

Tints of Purple Heart #593ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 25.36%
G = 16.52%
B = 58.12%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#593ACC (or 0x593ACC) is known color: Purple Heart. HEX triplet: 59, 3A and CC. RGB value is (89,58,204). Sum of RGB (Red+Green+Blue) = 89+58+204=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #593ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593ACC is #A6C533. Grayscale: #535353. Windows color (decimal): -10929460 or 13384281. OLE color: 13384281.

HSL color Cylindrical-coordinate representation of color #593ACC: hue angle of 252.74º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #593ACC is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 58 204 -
CMYK 0.56 0.72 0 0.2
HSL 252.74º 0.59% 0.51% -
HSV(B) 252.74º 0.72% 0.8% -
XYZ 16.53 9.51 58.09 -
YUV 83.91 195.77 131.63 -
System Red Green Blue C M Y K H S L
Decimal 89 58 204 0.56 0.72 0 0.2 252.74 0.59 0.51
Hex 59 3A CC 38 48 0 14 FD 3B 33
Octal 131 72 314 70 110 0 24 375 73 63
Binary 1011001 111010 11001100 111000 1001000 0 10100 11111101 111011 110011

Color Harmonies of #593ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593ACC

Black with #593ACC

Text Example


Text Example

White with #593ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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