Html Css Color HEX #590356 Palatinate Purple

📋 copy color: '#590356'

red 89 ◦ green 3 ◦ blue 86

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

Shades of Palatinate Purple #590356

Tints of Palatinate Purple #590356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 86 (33.98% from 255) = 48.31%

R = 50%
G = 1.69%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#590356 (or 0x590356) is known color: Palatinate Purple. HEX triplet: 59, 03 and 56. RGB value is (89,3,86). Sum of RGB (Red+Green+Blue) = 89+3+86=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #590356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590356 is #A6FCA9. Grayscale: #252525. Windows color (decimal): -10943658 or 5636953. OLE color: 5636953.

HSL color Cylindrical-coordinate representation of color #590356: hue angle of 302.09º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590356 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 3 86 -
CMYK 0 0.97 0.03 0.65
HSL 302.09º 0.93% 0.18% -
HSV(B) 302.09º 0.97% 0.35% -
XYZ 5.83 2.86 9.05 -
YUV 38.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 89 3 86 0 0.97 0.03 0.65 302.09 0.93 0.18
Hex 59 3 56 0 61 3 41 12E 5D 12
Octal 131 3 126 0 141 3 101 456 135 22
Binary 1011001 11 1010110 0 1100001 11 1000001 100101110 1011101 10010

Color Harmonies of #590356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590356

Black with #590356

Text Example


Text Example

White with #590356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590356; }

 p { color: rgb(89,3,86); }

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

background-color css

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

 a { background-color: rgb(89,3,86); }

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

border-color css

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

 span { border-color: rgb(89,3,86); }

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