Html Css Color HEX #590359 Palatinate Purple

📋 copy color: '#590359'

red 89 ◦ green 3 ◦ blue 89

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

Shades of Palatinate Purple #590359

Tints of Palatinate Purple #590359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 49.17%
G = 1.66%
B = 49.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#590359 (or 0x590359) is known color: Palatinate Purple. HEX triplet: 59, 03 and 59. RGB value is (89,3,89). Sum of RGB (Red+Green+Blue) = 89+3+89=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #590359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590359 is #A6FCA6. Grayscale: #262626. Windows color (decimal): -10943655 or 5833561. OLE color: 5833561.

HSL color Cylindrical-coordinate representation of color #590359: hue angle of 300º 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 #590359 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 3 89 -
CMYK 0 0.97 0 0.65
HSL 300º 0.93% 0.18% -
HSV(B) 300º 0.97% 0.35% -
XYZ 5.96 2.91 9.7 -
YUV 38.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 89 3 89 0 0.97 0 0.65 300 0.93 0.18
Hex 59 3 59 0 61 0 41 12C 5D 12
Octal 131 3 131 0 141 0 101 454 135 22
Binary 1011001 11 1011001 0 1100001 0 1000001 100101100 1011101 10010

Color Harmonies of #590359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590359

Black with #590359

Text Example


Text Example

White with #590359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590359; }

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

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

background-color css

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

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

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

border-color css

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

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

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