Html Css Color HEX #593BCC Purple Heart

📋 copy color: '#593BCC'

red 89 ◦ green 59 ◦ blue 204

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

Shades of Purple Heart #593BCC

Tints of Purple Heart #593BCC

RGB

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

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

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

R = 25.28%
G = 16.76%
B = 57.95%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#593BCC (or 0x593BCC) is known color: Purple Heart. HEX triplet: 59, 3B and CC. RGB value is (89,59,204). Sum of RGB (Red+Green+Blue) = 89+59+204=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #593BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BCC is #A6C433. Grayscale: #535353. Windows color (decimal): -10929204 or 13384537. OLE color: 13384537.

HSL color Cylindrical-coordinate representation of color #593BCC: hue angle of 252.41º 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 #593BCC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 59 204 -
CMYK 0.56 0.71 0 0.2
HSL 252.41º 0.59% 0.52% -
HSV(B) 252.41º 0.71% 0.8% -
XYZ 16.58 9.61 58.11 -
YUV 84.5 195.44 131.21 -
System Red Green Blue C M Y K H S L
Decimal 89 59 204 0.56 0.71 0 0.2 252.41 0.59 0.52
Hex 59 3B CC 38 47 0 14 FC 3B 34
Octal 131 73 314 70 107 0 24 374 73 64
Binary 1011001 111011 11001100 111000 1000111 0 10100 11111100 111011 110100

Color Harmonies of #593BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593BCC

Black with #593BCC

Text Example


Text Example

White with #593BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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