Html Css Color HEX #711163 Palatinate Purple

📋 copy color: '#711163'

red 113 ◦ green 17 ◦ blue 99

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

Shades of Palatinate Purple #711163

Tints of Palatinate Purple #711163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

 BLUE value IS 99 (39.06% from 255) = 43.23%

R = 49.34%
G = 7.42%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#711163 (or 0x711163) is known color: Palatinate Purple. HEX triplet: 71, 11 and 63. RGB value is (113,17,99). Sum of RGB (Red+Green+Blue) = 113+17+99=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #711163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711163 is #8EEE9C. Grayscale: #363636. Windows color (decimal): -9367197 or 6492529. OLE color: 6492529.

HSL color Cylindrical-coordinate representation of color #711163: hue angle of 308.75º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711163 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 99 -
CMYK 0 0.85 0.12 0.56
HSL 308.75º 0.74% 0.25% -
HSV(B) 308.75º 0.85% 0.44% -
XYZ 9.26 4.81 12.25 -
YUV 55.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 113 17 99 0 0.85 0.12 0.56 308.75 0.74 0.25
Hex 71 11 63 0 55 C 38 135 4A 19
Octal 161 21 143 0 125 14 70 465 112 31
Binary 1110001 10001 1100011 0 1010101 1100 111000 100110101 1001010 11001

Color Harmonies of #711163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711163

Black with #711163

Text Example


Text Example

White with #711163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711163; }

 p { color: rgb(113,17,99); }

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

background-color css

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

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

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

border-color css

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

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

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