Html Css Color HEX #711756 Palatinate Purple

📋 copy color: '#711756'

red 113 ◦ green 23 ◦ blue 86

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

Shades of Palatinate Purple #711756

Tints of Palatinate Purple #711756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.74%

R = 50.9%
G = 10.36%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#711756 (or 0x711756) is known color: Palatinate Purple. HEX triplet: 71, 17 and 56. RGB value is (113,23,86). Sum of RGB (Red+Green+Blue) = 113+23+86=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #711756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711756 is #8EE8A9. Grayscale: #383838. Windows color (decimal): -9365674 or 5642097. OLE color: 5642097.

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

Color convert

RGB 113 23 86 -
CMYK 0 0.80 0.24 0.56
HSL 318º 0.66% 0.27% -
HSV(B) 318º 0.8% 0.44% -
XYZ 8.8 4.8 9.27 -
YUV 57.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 113 23 86 0 0.80 0.24 0.56 318 0.66 0.27
Hex 71 17 56 0 50 18 38 13E 42 1B
Octal 161 27 126 0 120 30 70 476 102 33
Binary 1110001 10111 1010110 0 1010000 11000 111000 100111110 1000010 11011

Color Harmonies of #711756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711756

Black with #711756

Text Example


Text Example

White with #711756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711756; }

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

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

background-color css

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

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

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

border-color css

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

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

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