Html Css Color HEX #593DC9 Purple Heart

📋 copy color: '#593DC9'

red 89 ◦ green 61 ◦ blue 201

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

Shades of Purple Heart #593DC9

Tints of Purple Heart #593DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.26%

R = 25.36%
G = 17.38%
B = 57.26%

CMYK

 C value IS 0.56

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#593DC9 (or 0x593DC9) is known color: Purple Heart. HEX triplet: 59, 3D and C9. RGB value is (89,61,201). Sum of RGB (Red+Green+Blue) = 89+61+201=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 201 (78.91% from 255 or 57.26% from 351); Max value from RGB is 201 - color contains mainly: blue. Hex color #593DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593DC9 is #A6C236. Grayscale: #545454. Windows color (decimal): -10928695 or 13188441. OLE color: 13188441.

HSL color Cylindrical-coordinate representation of color #593DC9: hue angle of 252º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #593DC9 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 61 201 -
CMYK 0.56 0.70 0 0.21
HSL 252º 0.56% 0.51% -
HSV(B) 252º 0.7% 0.79% -
XYZ 16.33 9.68 56.27 -
YUV 85.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 89 61 201 0.56 0.70 0 0.21 252 0.56 0.51
Hex 59 3D C9 38 46 0 15 FC 38 33
Octal 131 75 311 70 106 0 25 374 70 63
Binary 1011001 111101 11001001 111000 1000110 0 10101 11111100 111000 110011

Color Harmonies of #593DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DC9

Black with #593DC9

Text Example


Text Example

White with #593DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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