Html Css Color HEX #591358 Palatinate Purple

📋 copy color: '#591358'

red 89 ◦ green 19 ◦ blue 88

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

Shades of Palatinate Purple #591358

Tints of Palatinate Purple #591358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

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

R = 45.41%
G = 9.69%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#591358 (or 0x591358) is known color: Palatinate Purple. HEX triplet: 59, 13 and 58. RGB value is (89,19,88). Sum of RGB (Red+Green+Blue) = 89+19+88=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #591358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591358 is #A6ECA7. Grayscale: #2F2F2F. Windows color (decimal): -10939560 or 5772121. OLE color: 5772121.

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

Color convert

RGB 89 19 88 -
CMYK 0 0.79 0.01 0.65
HSL 300.86º 0.65% 0.21% -
HSV(B) 300.86º 0.79% 0.35% -
XYZ 6.11 3.29 9.55 -
YUV 47.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 89 19 88 0 0.79 0.01 0.65 300.86 0.65 0.21
Hex 59 13 58 0 4F 1 41 12D 41 15
Octal 131 23 130 0 117 1 101 455 101 25
Binary 1011001 10011 1011000 0 1001111 1 1000001 100101101 1000001 10101

Color Harmonies of #591358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591358

Black with #591358

Text Example


Text Example

White with #591358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591358; }

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

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

background-color css

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

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

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

border-color css

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

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

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