Html Css Color HEX #593DCC Purple Heart

📋 copy color: '#593DCC'

red 89 ◦ green 61 ◦ blue 204

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

Shades of Purple Heart #593DCC

Tints of Purple Heart #593DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.23%

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

R = 25.14%
G = 17.23%
B = 57.63%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#593DCC (or 0x593DCC) is known color: Purple Heart. HEX triplet: 59, 3D and CC. RGB value is (89,61,204). Sum of RGB (Red+Green+Blue) = 89+61+204=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #593DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DCC is #A6C233. Grayscale: #555555. Windows color (decimal): -10928692 or 13385049. OLE color: 13385049.

HSL color Cylindrical-coordinate representation of color #593DCC: hue angle of 251.75º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #593DCC is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 61 204 -
CMYK 0.56 0.70 0 0.2
HSL 251.75º 0.58% 0.52% -
HSV(B) 251.75º 0.7% 0.8% -
XYZ 16.69 9.82 58.14 -
YUV 85.67 194.78 130.37 -
System Red Green Blue C M Y K H S L
Decimal 89 61 204 0.56 0.70 0 0.2 251.75 0.58 0.52
Hex 59 3D CC 38 46 0 14 FC 3A 34
Octal 131 75 314 70 106 0 24 374 72 64
Binary 1011001 111101 11001100 111000 1000110 0 10100 11111100 111010 110100

Color Harmonies of #593DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DCC

Black with #593DCC

Text Example


Text Example

White with #593DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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