Html Css Color HEX #71176D Palatinate Purple

📋 copy color: '#71176D'

red 113 ◦ green 23 ◦ blue 109

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

Shades of Palatinate Purple #71176D

Tints of Palatinate Purple #71176D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.49%

R = 46.12%
G = 9.39%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71176D (or 0x71176D) is known color: Palatinate Purple. HEX triplet: 71, 17 and 6D. RGB value is (113,23,109). Sum of RGB (Red+Green+Blue) = 113+23+109=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71176D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71176D is #8EE892. Grayscale: #3B3B3B. Windows color (decimal): -9365651 or 7149425. OLE color: 7149425.

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

Color convert

RGB 113 23 109 -
CMYK 0 0.80 0.04 0.56
HSL 302.67º 0.66% 0.27% -
HSV(B) 302.67º 0.8% 0.44% -
XYZ 9.88 5.23 14.96 -
YUV 59.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 113 23 109 0 0.80 0.04 0.56 302.67 0.66 0.27
Hex 71 17 6D 0 50 4 38 12F 42 1B
Octal 161 27 155 0 120 4 70 457 102 33
Binary 1110001 10111 1101101 0 1010000 100 111000 100101111 1000010 11011

Color Harmonies of #71176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71176D

Black with #71176D

Text Example


Text Example

White with #71176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71176D; }

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

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

background-color css

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

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

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

border-color css

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

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

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