Html Css Color HEX #711165 Palatinate Purple

📋 copy color: '#711165'

red 113 ◦ green 17 ◦ blue 101

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

Shades of Palatinate Purple #711165

Tints of Palatinate Purple #711165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.72%

R = 48.92%
G = 7.36%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#711165 (or 0x711165) is known color: Palatinate Purple. HEX triplet: 71, 11 and 65. RGB value is (113,17,101). Sum of RGB (Red+Green+Blue) = 113+17+101=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #711165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711165 is #8EEE9A. Grayscale: #373737. Windows color (decimal): -9367195 or 6623601. OLE color: 6623601.

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

Color convert

RGB 113 17 101 -
CMYK 0 0.85 0.11 0.56
HSL 307.5º 0.74% 0.25% -
HSV(B) 307.5º 0.85% 0.44% -
XYZ 9.36 4.85 12.75 -
YUV 55.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 113 17 101 0 0.85 0.11 0.56 307.5 0.74 0.25
Hex 71 11 65 0 55 B 38 134 4A 19
Octal 161 21 145 0 125 13 70 464 112 31
Binary 1110001 10001 1100101 0 1010101 1011 111000 100110100 1001010 11001

Color Harmonies of #711165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711165

Black with #711165

Text Example


Text Example

White with #711165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711165; }

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

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

background-color css

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

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

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

border-color css

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

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

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