Html Css Color HEX #711757 Palatinate Purple

📋 copy color: '#711757'

red 113 ◦ green 23 ◦ blue 87

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

Shades of Palatinate Purple #711757

Tints of Palatinate Purple #711757

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 50.67%
G = 10.31%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#711757 (or 0x711757) is known color: Palatinate Purple. HEX triplet: 71, 17 and 57. RGB value is (113,23,87). Sum of RGB (Red+Green+Blue) = 113+23+87=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #711757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711757 is #8EE8A8. Grayscale: #393939. Windows color (decimal): -9365673 or 5707633. OLE color: 5707633.

HSL color Cylindrical-coordinate representation of color #711757: hue angle of 317.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711757 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 23 87 -
CMYK 0 0.80 0.23 0.56
HSL 317.33º 0.66% 0.27% -
HSV(B) 317.33º 0.8% 0.44% -
XYZ 8.84 4.81 9.48 -
YUV 57.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 113 23 87 0 0.80 0.23 0.56 317.33 0.66 0.27
Hex 71 17 57 0 50 17 38 13D 42 1B
Octal 161 27 127 0 120 27 70 475 102 33
Binary 1110001 10111 1010111 0 1010000 10111 111000 100111101 1000010 11011

Color Harmonies of #711757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711757

Black with #711757

Text Example


Text Example

White with #711757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711757; }

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

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

background-color css

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

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

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

border-color css

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

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

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