Html Css Color HEX #71166E Palatinate Purple

📋 copy color: '#71166E'

red 113 ◦ green 22 ◦ blue 110

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

Shades of Palatinate Purple #71166E

Tints of Palatinate Purple #71166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 46.12%
G = 8.98%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71166E (or 0x71166E) is known color: Palatinate Purple. HEX triplet: 71, 16 and 6E. RGB value is (113,22,110). Sum of RGB (Red+Green+Blue) = 113+22+110=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71166E is #8EE991. Grayscale: #3A3A3A. Windows color (decimal): -9365906 or 7214705. OLE color: 7214705.

HSL color Cylindrical-coordinate representation of color #71166E: hue angle of 301.98º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71166E is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 110 -
CMYK 0 0.81 0.03 0.56
HSL 301.98º 0.67% 0.26% -
HSV(B) 301.98º 0.81% 0.44% -
XYZ 9.91 5.21 15.24 -
YUV 59.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 113 22 110 0 0.81 0.03 0.56 301.98 0.67 0.26
Hex 71 16 6E 0 51 3 38 12E 43 1A
Octal 161 26 156 0 121 3 70 456 103 32
Binary 1110001 10110 1101110 0 1010001 11 111000 100101110 1000011 11010

Color Harmonies of #71166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71166E

Black with #71166E

Text Example


Text Example

White with #71166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71166E; }

 p { color: rgb(113,22,110); }

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

background-color css

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

 a { background-color: rgb(113,22,110); }

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

border-color css

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

 span { border-color: rgb(113,22,110); }

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