Html Css Color HEX #711160 Palatinate Purple

📋 copy color: '#711160'

red 113 ◦ green 17 ◦ blue 96

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

Shades of Palatinate Purple #711160

Tints of Palatinate Purple #711160

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 50%
G = 7.52%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#711160 (or 0x711160) is known color: Palatinate Purple. HEX triplet: 71, 11 and 60. RGB value is (113,17,96). Sum of RGB (Red+Green+Blue) = 113+17+96=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #711160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711160 is #8EEE9F. Grayscale: #363636. Windows color (decimal): -9367200 or 6295921. OLE color: 6295921.

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

Color convert

RGB 113 17 96 -
CMYK 0 0.85 0.15 0.56
HSL 310.63º 0.74% 0.25% -
HSV(B) 310.63º 0.85% 0.44% -
XYZ 9.12 4.76 11.5 -
YUV 54.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 113 17 96 0 0.85 0.15 0.56 310.63 0.74 0.25
Hex 71 11 60 0 55 F 38 137 4A 19
Octal 161 21 140 0 125 17 70 467 112 31
Binary 1110001 10001 1100000 0 1010101 1111 111000 100110111 1001010 11001

Color Harmonies of #711160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711160

Black with #711160

Text Example


Text Example

White with #711160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711160; }

 p { color: rgb(113,17,96); }

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

background-color css

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

 a { background-color: rgb(113,17,96); }

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

border-color css

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

 span { border-color: rgb(113,17,96); }

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