Html Css Color HEX #590754 Palatinate Purple

📋 copy color: '#590754'

red 89 ◦ green 7 ◦ blue 84

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

Shades of Palatinate Purple #590754

Tints of Palatinate Purple #590754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 46.67%

R = 49.44%
G = 3.89%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#590754 (or 0x590754) is known color: Palatinate Purple. HEX triplet: 59, 07 and 54. RGB value is (89,7,84). Sum of RGB (Red+Green+Blue) = 89+7+84=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #590754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590754 is #A6F8AB. Grayscale: #282828. Windows color (decimal): -10942636 or 5506905. OLE color: 5506905.

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

Color convert

RGB 89 7 84 -
CMYK 0 0.92 0.06 0.65
HSL 303.66º 0.85% 0.19% -
HSV(B) 303.66º 0.92% 0.35% -
XYZ 5.8 2.92 8.64 -
YUV 40.3 152.67 162.74 -
System Red Green Blue C M Y K H S L
Decimal 89 7 84 0 0.92 0.06 0.65 303.66 0.85 0.19
Hex 59 7 54 0 5C 6 41 130 55 13
Octal 131 7 124 0 134 6 101 460 125 23
Binary 1011001 111 1010100 0 1011100 110 1000001 100110000 1010101 10011

Color Harmonies of #590754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590754

Black with #590754

Text Example


Text Example

White with #590754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590754; }

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

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

background-color css

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

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

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

border-color css

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

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

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