Html Css Color HEX #590954 Palatinate Purple

📋 copy color: '#590954'

red 89 ◦ green 9 ◦ blue 84

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

Shades of Palatinate Purple #590954

Tints of Palatinate Purple #590954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.95%

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

R = 48.9%
G = 4.95%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#590954 (or 0x590954) is known color: Palatinate Purple. HEX triplet: 59, 09 and 54. RGB value is (89,9,84). Sum of RGB (Red+Green+Blue) = 89+9+84=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #590954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590954 is #A6F6AB. Grayscale: #292929. Windows color (decimal): -10942124 or 5507417. OLE color: 5507417.

HSL color Cylindrical-coordinate representation of color #590954: hue angle of 303.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #590954 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 84 -
CMYK 0 0.90 0.06 0.65
HSL 303.75º 0.82% 0.19% -
HSV(B) 303.75º 0.9% 0.35% -
XYZ 5.82 2.96 8.65 -
YUV 41.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 89 9 84 0 0.90 0.06 0.65 303.75 0.82 0.19
Hex 59 9 54 0 5A 6 41 130 52 13
Octal 131 11 124 0 132 6 101 460 122 23
Binary 1011001 1001 1010100 0 1011010 110 1000001 100110000 1010010 10011

Color Harmonies of #590954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590954

Black with #590954

Text Example


Text Example

White with #590954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590954; }

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

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

background-color css

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

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

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

border-color css

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

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

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