Html Css Color HEX #711959 Palatinate Purple

📋 copy color: '#711959'

red 113 ◦ green 25 ◦ blue 89

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

Shades of Palatinate Purple #711959

Tints of Palatinate Purple #711959

RGB

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

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

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

R = 49.78%
G = 11.01%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#711959 (or 0x711959) is known color: Palatinate Purple. HEX triplet: 71, 19 and 59. RGB value is (113,25,89). Sum of RGB (Red+Green+Blue) = 113+25+89=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #711959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711959 is #8EE6A6. Grayscale: #3A3A3A. Windows color (decimal): -9365159 or 5839217. OLE color: 5839217.

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

Color convert

RGB 113 25 89 -
CMYK 0 0.78 0.21 0.56
HSL 316.36º 0.64% 0.27% -
HSV(B) 316.36º 0.78% 0.44% -
XYZ 8.96 4.93 9.93 -
YUV 58.61 145.15 166.8 -
System Red Green Blue C M Y K H S L
Decimal 113 25 89 0 0.78 0.21 0.56 316.36 0.64 0.27
Hex 71 19 59 0 4E 15 38 13C 40 1B
Octal 161 31 131 0 116 25 70 474 100 33
Binary 1110001 11001 1011001 0 1001110 10101 111000 100111100 1000000 11011

Color Harmonies of #711959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711959

Black with #711959

Text Example


Text Example

White with #711959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711959; }

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

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

background-color css

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

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

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

border-color css

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

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

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