Html Css Color HEX #711166 Palatinate Purple

📋 copy color: '#711166'

red 113 ◦ green 17 ◦ blue 102

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

Shades of Palatinate Purple #711166

Tints of Palatinate Purple #711166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.97%

R = 48.71%
G = 7.33%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#711166 (or 0x711166) is known color: Palatinate Purple. HEX triplet: 71, 11 and 66. RGB value is (113,17,102). Sum of RGB (Red+Green+Blue) = 113+17+102=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #711166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711166 is #8EEE99. Grayscale: #373737. Windows color (decimal): -9367194 or 6689137. OLE color: 6689137.

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

Color convert

RGB 113 17 102 -
CMYK 0 0.85 0.10 0.56
HSL 306.88º 0.74% 0.25% -
HSV(B) 306.88º 0.85% 0.44% -
XYZ 9.41 4.87 13.01 -
YUV 55.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 113 17 102 0 0.85 0.10 0.56 306.88 0.74 0.25
Hex 71 11 66 0 55 A 38 133 4A 19
Octal 161 21 146 0 125 12 70 463 112 31
Binary 1110001 10001 1100110 0 1010101 1010 111000 100110011 1001010 11001

Color Harmonies of #711166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711166

Black with #711166

Text Example


Text Example

White with #711166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711166; }

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

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

background-color css

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

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

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

border-color css

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

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

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