Html Css Color HEX #593FB2 Purple Heart

📋 copy color: '#593FB2'

red 89 ◦ green 63 ◦ blue 178

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

Shades of Purple Heart #593FB2

Tints of Purple Heart #593FB2

RGB

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

 GREEN value IS 63 (25% from 255) = 19.09%

 BLUE value IS 178 (69.92% from 255) = 53.94%

R = 26.97%
G = 19.09%
B = 53.94%

CMYK

 C value IS 0.5

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#593FB2 (or 0x593FB2) is known color: Purple Heart. HEX triplet: 59, 3F and B2. RGB value is (89,63,178). Sum of RGB (Red+Green+Blue) = 89+63+178=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #593FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593FB2 is #A6C04D. Grayscale: #535353. Windows color (decimal): -10928206 or 11681625. OLE color: 11681625.

HSL color Cylindrical-coordinate representation of color #593FB2: hue angle of 253.57º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593FB2 is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 63 178 -
CMYK 0.5 0.65 0 0.30
HSL 253.57º 0.48% 0.47% -
HSV(B) 253.57º 0.65% 0.7% -
XYZ 13.93 8.89 43.1 -
YUV 83.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 89 63 178 0.5 0.65 0 0.30 253.57 0.48 0.47
Hex 59 3F B2 32 41 0 1E FE 30 2F
Octal 131 77 262 62 101 0 36 376 60 57
Binary 1011001 111111 10110010 110010 1000001 0 11110 11111110 110000 101111

Color Harmonies of #593FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593FB2

Black with #593FB2

Text Example


Text Example

White with #593FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,63,178); }

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

background-color css

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

 a { background-color: rgb(89,63,178); }

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

border-color css

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

 span { border-color: rgb(89,63,178); }

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