Html Css Color HEX #591453 Palatinate Purple

📋 copy color: '#591453'

red 89 ◦ green 20 ◦ blue 83

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

Shades of Palatinate Purple #591453

Tints of Palatinate Purple #591453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 46.35%
G = 10.42%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#591453 (or 0x591453) is known color: Palatinate Purple. HEX triplet: 59, 14 and 53. RGB value is (89,20,83). Sum of RGB (Red+Green+Blue) = 89+20+83=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591453 is #A6EBAC. Grayscale: #2F2F2F. Windows color (decimal): -10939309 or 5444697. OLE color: 5444697.

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

Color convert

RGB 89 20 83 -
CMYK 0 0.78 0.07 0.65
HSL 305.22º 0.63% 0.21% -
HSV(B) 305.22º 0.78% 0.35% -
XYZ 5.93 3.25 8.5 -
YUV 47.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 89 20 83 0 0.78 0.07 0.65 305.22 0.63 0.21
Hex 59 14 53 0 4E 7 41 131 3F 15
Octal 131 24 123 0 116 7 101 461 77 25
Binary 1011001 10100 1010011 0 1001110 111 1000001 100110001 111111 10101

Color Harmonies of #591453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591453

Black with #591453

Text Example


Text Example

White with #591453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591453; }

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

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

background-color css

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

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

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

border-color css

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

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

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