Html Css Color HEX #59075B Palatinate Purple

📋 copy color: '#59075B'

red 89 ◦ green 7 ◦ blue 91

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

Shades of Palatinate Purple #59075B

Tints of Palatinate Purple #59075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.74%

 BLUE value IS 91 (35.94% from 255) = 48.66%

R = 47.59%
G = 3.74%
B = 48.66%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59075B (or 0x59075B) is known color: Palatinate Purple. HEX triplet: 59, 07 and 5B. RGB value is (89,7,91). Sum of RGB (Red+Green+Blue) = 89+7+91=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #59075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59075B is #A6F8A4. Grayscale: #282828. Windows color (decimal): -10942629 or 5965657. OLE color: 5965657.

HSL color Cylindrical-coordinate representation of color #59075B: hue angle of 298.57º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59075B is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 7 91 -
CMYK 0.02 0.92 0 0.64
HSL 298.57º 0.86% 0.19% -
HSV(B) 298.57º 0.92% 0.36% -
XYZ 6.08 3.03 10.16 -
YUV 41.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 89 7 91 0.02 0.92 0 0.64 298.57 0.86 0.19
Hex 59 7 5B 2 5C 0 40 12B 56 13
Octal 131 7 133 2 134 0 100 453 126 23
Binary 1011001 111 1011011 10 1011100 0 1000000 100101011 1010110 10011

Color Harmonies of #59075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59075B

Black with #59075B

Text Example


Text Example

White with #59075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59075B; }

 p { color: rgb(89,7,91); }

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

background-color css

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

 a { background-color: rgb(89,7,91); }

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

border-color css

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

 span { border-color: rgb(89,7,91); }

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