Html Css Color HEX #711057 Palatinate Purple

📋 copy color: '#711057'

red 113 ◦ green 16 ◦ blue 87

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

Shades of Palatinate Purple #711057

Tints of Palatinate Purple #711057

RGB

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

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

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

R = 52.31%
G = 7.41%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#711057 (or 0x711057) is known color: Palatinate Purple. HEX triplet: 71, 10 and 57. RGB value is (113,16,87). Sum of RGB (Red+Green+Blue) = 113+16+87=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #711057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711057 is #8EEFA8. Grayscale: #343434. Windows color (decimal): -9367465 or 5705841. OLE color: 5705841.

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

Color convert

RGB 113 16 87 -
CMYK 0 0.86 0.23 0.56
HSL 316.08º 0.75% 0.25% -
HSV(B) 316.08º 0.86% 0.44% -
XYZ 8.72 4.57 9.44 -
YUV 53.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 113 16 87 0 0.86 0.23 0.56 316.08 0.75 0.25
Hex 71 10 57 0 56 17 38 13C 4B 19
Octal 161 20 127 0 126 27 70 474 113 31
Binary 1110001 10000 1010111 0 1010110 10111 111000 100111100 1001011 11001

Color Harmonies of #711057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711057

Black with #711057

Text Example


Text Example

White with #711057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711057; }

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

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

background-color css

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

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

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

border-color css

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

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

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