Html Css Color HEX #591952 Palatinate Purple

📋 copy color: '#591952'

red 89 ◦ green 25 ◦ blue 82

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

Shades of Palatinate Purple #591952

Tints of Palatinate Purple #591952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

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

R = 45.41%
G = 12.76%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#591952 (or 0x591952) is known color: Palatinate Purple. HEX triplet: 59, 19 and 52. RGB value is (89,25,82). Sum of RGB (Red+Green+Blue) = 89+25+82=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #591952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591952 is #A6E6AD. Grayscale: #323232. Windows color (decimal): -10938030 or 5380441. OLE color: 5380441.

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

Color convert

RGB 89 25 82 -
CMYK 0 0.72 0.08 0.65
HSL 306.56º 0.56% 0.22% -
HSV(B) 306.56º 0.72% 0.35% -
XYZ 5.99 3.43 8.33 -
YUV 50.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 89 25 82 0 0.72 0.08 0.65 306.56 0.56 0.22
Hex 59 19 52 0 48 8 41 133 38 16
Octal 131 31 122 0 110 10 101 463 70 26
Binary 1011001 11001 1010010 0 1001000 1000 1000001 100110011 111000 10110

Color Harmonies of #591952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591952

Black with #591952

Text Example


Text Example

White with #591952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591952; }

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

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

background-color css

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

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

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

border-color css

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

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

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