Html Css Color HEX #590753 Palatinate Purple

📋 copy color: '#590753'

red 89 ◦ green 7 ◦ blue 83

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

Shades of Palatinate Purple #590753

Tints of Palatinate Purple #590753

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

 BLUE value IS 83 (32.81% from 255) = 46.37%

R = 49.72%
G = 3.91%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#590753 (or 0x590753) is known color: Palatinate Purple. HEX triplet: 59, 07 and 53. RGB value is (89,7,83). Sum of RGB (Red+Green+Blue) = 89+7+83=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #590753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590753 is #A6F8AC. Grayscale: #272727. Windows color (decimal): -10942637 or 5441369. OLE color: 5441369.

HSL color Cylindrical-coordinate representation of color #590753: hue angle of 304.39º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #590753 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 7 83 -
CMYK 0 0.92 0.07 0.65
HSL 304.39º 0.85% 0.19% -
HSV(B) 304.39º 0.92% 0.35% -
XYZ 5.76 2.9 8.44 -
YUV 40.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 89 7 83 0 0.92 0.07 0.65 304.39 0.85 0.19
Hex 59 7 53 0 5C 7 41 130 55 13
Octal 131 7 123 0 134 7 101 460 125 23
Binary 1011001 111 1010011 0 1011100 111 1000001 100110000 1010101 10011

Color Harmonies of #590753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590753

Black with #590753

Text Example


Text Example

White with #590753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590753; }

 p { color: rgb(89,7,83); }

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

background-color css

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

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

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

border-color css

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

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

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