Html Css Color HEX #711059 Palatinate Purple

📋 copy color: '#711059'

red 113 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #711059

Tints of Palatinate Purple #711059

RGB

 RED value IS 113 (44.53% from 255) = 51.83%

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

 BLUE value IS 89 (35.16% from 255) = 40.83%

R = 51.83%
G = 7.34%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#711059 (or 0x711059) is known color: Palatinate Purple. HEX triplet: 71, 10 and 59. RGB value is (113,16,89). Sum of RGB (Red+Green+Blue) = 113+16+89=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #711059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711059 is #8EEFA6. Grayscale: #353535. Windows color (decimal): -9367463 or 5836913. OLE color: 5836913.

HSL color Cylindrical-coordinate representation of color #711059: hue angle of 314.85º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711059 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 16 89 -
CMYK 0 0.86 0.21 0.56
HSL 314.85º 0.75% 0.25% -
HSV(B) 314.85º 0.86% 0.44% -
XYZ 8.8 4.6 9.88 -
YUV 53.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 113 16 89 0 0.86 0.21 0.56 314.85 0.75 0.25
Hex 71 10 59 0 56 15 38 13B 4B 19
Octal 161 20 131 0 126 25 70 473 113 31
Binary 1110001 10000 1011001 0 1010110 10101 111000 100111011 1001011 11001

Color Harmonies of #711059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711059

Black with #711059

Text Example


Text Example

White with #711059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711059; }

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

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

background-color css

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

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

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

border-color css

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

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

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