Html Css Color HEX #711971 Palatinate Purple

📋 copy color: '#711971'

red 113 ◦ green 25 ◦ blue 113

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

Shades of Palatinate Purple #711971

Tints of Palatinate Purple #711971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 45.02%
G = 9.96%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#711971 (or 0x711971) is known color: Palatinate Purple. HEX triplet: 71, 19 and 71. RGB value is (113,25,113). Sum of RGB (Red+Green+Blue) = 113+25+113=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #711971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711971 is #8EE68E. Grayscale: #3D3D3D. Windows color (decimal): -9365135 or 7412081. OLE color: 7412081.

HSL color Cylindrical-coordinate representation of color #711971: hue angle of 300º 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 #711971 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 113 -
CMYK 0 0.78 0 0.56
HSL 300º 0.64% 0.27% -
HSV(B) 300º 0.78% 0.44% -
XYZ 10.14 5.4 16.13 -
YUV 61.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 113 25 113 0 0.78 0 0.56 300 0.64 0.27
Hex 71 19 71 0 4E 0 38 12C 40 1B
Octal 161 31 161 0 116 0 70 454 100 33
Binary 1110001 11001 1110001 0 1001110 0 111000 100101100 1000000 11011

Color Harmonies of #711971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711971

Black with #711971

Text Example


Text Example

White with #711971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711971; }

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

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

background-color css

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

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

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

border-color css

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

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

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