Html Css Color HEX #59035B Palatinate Purple

📋 copy color: '#59035B'

red 89 ◦ green 3 ◦ blue 91

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

Shades of Palatinate Purple #59035B

Tints of Palatinate Purple #59035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

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

R = 48.63%
G = 1.64%
B = 49.73%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59035B (or 0x59035B) is known color: Palatinate Purple. HEX triplet: 59, 03 and 5B. RGB value is (89,3,91). Sum of RGB (Red+Green+Blue) = 89+3+91=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #59035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59035B is #A6FCA4. Grayscale: #262626. Windows color (decimal): -10943653 or 5964633. OLE color: 5964633.

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

Color convert

RGB 89 3 91 -
CMYK 0.02 0.97 0 0.64
HSL 298.64º 0.94% 0.18% -
HSV(B) 298.64º 0.97% 0.36% -
XYZ 6.04 2.94 10.15 -
YUV 38.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 89 3 91 0.02 0.97 0 0.64 298.64 0.94 0.18
Hex 59 3 5B 2 61 0 40 12B 5E 12
Octal 131 3 133 2 141 0 100 453 136 22
Binary 1011001 11 1011011 10 1100001 0 1000000 100101011 1011110 10010

Color Harmonies of #59035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59035B

Black with #59035B

Text Example


Text Example

White with #59035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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