Html Css Color HEX #59105B Palatinate Purple

📋 copy color: '#59105B'

red 89 ◦ green 16 ◦ blue 91

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

Shades of Palatinate Purple #59105B

Tints of Palatinate Purple #59105B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 45.41%
G = 8.16%
B = 46.43%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59105B (or 0x59105B) is known color: Palatinate Purple. HEX triplet: 59, 10 and 5B. RGB value is (89,16,91). Sum of RGB (Red+Green+Blue) = 89+16+91=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #59105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59105B is #A6EFA4. Grayscale: #2E2E2E. Windows color (decimal): -10940325 or 5967961. OLE color: 5967961.

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

Color convert

RGB 89 16 91 -
CMYK 0.02 0.82 0 0.64
HSL 298.4º 0.7% 0.21% -
HSV(B) 298.4º 0.82% 0.36% -
XYZ 6.19 3.25 10.2 -
YUV 46.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 89 16 91 0.02 0.82 0 0.64 298.4 0.7 0.21
Hex 59 10 5B 2 52 0 40 12A 46 15
Octal 131 20 133 2 122 0 100 452 106 25
Binary 1011001 10000 1011011 10 1010010 0 1000000 100101010 1000110 10101

Color Harmonies of #59105B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59105B

Black with #59105B

Text Example


Text Example

White with #59105B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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