Html Css Color HEX #71176E Palatinate Purple

📋 copy color: '#71176E'

red 113 ◦ green 23 ◦ blue 110

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

Shades of Palatinate Purple #71176E

Tints of Palatinate Purple #71176E

RGB

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

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

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

R = 45.93%
G = 9.35%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71176E (or 0x71176E) is known color: Palatinate Purple. HEX triplet: 71, 17 and 6E. RGB value is (113,23,110). Sum of RGB (Red+Green+Blue) = 113+23+110=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #71176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71176E is #8EE891. Grayscale: #3B3B3B. Windows color (decimal): -9365650 or 7214961. OLE color: 7214961.

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

Color convert

RGB 113 23 110 -
CMYK 0 0.80 0.03 0.56
HSL 302º 0.66% 0.27% -
HSV(B) 302º 0.8% 0.44% -
XYZ 9.93 5.25 15.24 -
YUV 59.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 113 23 110 0 0.80 0.03 0.56 302 0.66 0.27
Hex 71 17 6E 0 50 3 38 12E 42 1B
Octal 161 27 156 0 120 3 70 456 102 33
Binary 1110001 10111 1101110 0 1010000 11 111000 100101110 1000010 11011

Color Harmonies of #71176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71176E

Black with #71176E

Text Example


Text Example

White with #71176E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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