Html Css Color HEX #711557 Palatinate Purple

📋 copy color: '#711557'

red 113 ◦ green 21 ◦ blue 87

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

Shades of Palatinate Purple #711557

Tints of Palatinate Purple #711557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 87 (34.38% from 255) = 39.37%

R = 51.13%
G = 9.5%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#711557 (or 0x711557) is known color: Palatinate Purple. HEX triplet: 71, 15 and 57. RGB value is (113,21,87). Sum of RGB (Red+Green+Blue) = 113+21+87=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #711557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711557 is #8EEAA8. Grayscale: #373737. Windows color (decimal): -9366185 or 5707121. OLE color: 5707121.

HSL color Cylindrical-coordinate representation of color #711557: hue angle of 316.96º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711557 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 87 -
CMYK 0 0.81 0.23 0.56
HSL 316.96º 0.69% 0.26% -
HSV(B) 316.96º 0.81% 0.44% -
XYZ 8.8 4.74 9.47 -
YUV 56.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 113 21 87 0 0.81 0.23 0.56 316.96 0.69 0.26
Hex 71 15 57 0 51 17 38 13D 45 1A
Octal 161 25 127 0 121 27 70 475 105 32
Binary 1110001 10101 1010111 0 1010001 10111 111000 100111101 1000101 11010

Color Harmonies of #711557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711557

Black with #711557

Text Example


Text Example

White with #711557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711557; }

 p { color: rgb(113,21,87); }

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

background-color css

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

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

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

border-color css

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

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

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