Html Css Color HEX #590458 Palatinate Purple

📋 copy color: '#590458'

red 89 ◦ green 4 ◦ blue 88

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

Shades of Palatinate Purple #590458

Tints of Palatinate Purple #590458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

 BLUE value IS 88 (34.77% from 255) = 48.62%

R = 49.17%
G = 2.21%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#590458 (or 0x590458) is known color: Palatinate Purple. HEX triplet: 59, 04 and 58. RGB value is (89,4,88). Sum of RGB (Red+Green+Blue) = 89+4+88=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #590458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590458 is #A6FBA7. Grayscale: #262626. Windows color (decimal): -10943400 or 5768281. OLE color: 5768281.

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

Color convert

RGB 89 4 88 -
CMYK 0 0.96 0.01 0.65
HSL 300.71º 0.91% 0.18% -
HSV(B) 300.71º 0.96% 0.35% -
XYZ 5.92 2.92 9.48 -
YUV 38.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 89 4 88 0 0.96 0.01 0.65 300.71 0.91 0.18
Hex 59 4 58 0 60 1 41 12D 5B 12
Octal 131 4 130 0 140 1 101 455 133 22
Binary 1011001 100 1011000 0 1100000 1 1000001 100101101 1011011 10010

Color Harmonies of #590458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590458

Black with #590458

Text Example


Text Example

White with #590458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590458; }

 p { color: rgb(89,4,88); }

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

background-color css

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

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

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

border-color css

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

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

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