Html Css Color HEX #591852 Palatinate Purple

📋 copy color: '#591852'

red 89 ◦ green 24 ◦ blue 82

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

Shades of Palatinate Purple #591852

Tints of Palatinate Purple #591852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 45.64%
G = 12.31%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#591852 (or 0x591852) is known color: Palatinate Purple. HEX triplet: 59, 18 and 52. RGB value is (89,24,82). Sum of RGB (Red+Green+Blue) = 89+24+82=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #591852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591852 is #A6E7AD. Grayscale: #313131. Windows color (decimal): -10938286 or 5380185. OLE color: 5380185.

HSL color Cylindrical-coordinate representation of color #591852: hue angle of 306.46º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591852 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 24 82 -
CMYK 0 0.73 0.08 0.65
HSL 306.46º 0.58% 0.22% -
HSV(B) 306.46º 0.73% 0.35% -
XYZ 5.97 3.39 8.32 -
YUV 50.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 89 24 82 0 0.73 0.08 0.65 306.46 0.58 0.22
Hex 59 18 52 0 49 8 41 132 3A 16
Octal 131 30 122 0 111 10 101 462 72 26
Binary 1011001 11000 1010010 0 1001001 1000 1000001 100110010 111010 10110

Color Harmonies of #591852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591852

Black with #591852

Text Example


Text Example

White with #591852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591852; }

 p { color: rgb(89,24,82); }

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

background-color css

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

 a { background-color: rgb(89,24,82); }

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

border-color css

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

 span { border-color: rgb(89,24,82); }

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