Html Css Color HEX #71176C Palatinate Purple

📋 copy color: '#71176C'

red 113 ◦ green 23 ◦ blue 108

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

Shades of Palatinate Purple #71176C

Tints of Palatinate Purple #71176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 46.31%
G = 9.43%
B = 44.26%

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

#71176C (or 0x71176C) is known color: Palatinate Purple. HEX triplet: 71, 17 and 6C. RGB value is (113,23,108). Sum of RGB (Red+Green+Blue) = 113+23+108=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71176C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71176C is #8EE893. Grayscale: #3B3B3B. Windows color (decimal): -9365652 or 7083889. OLE color: 7083889.

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

Color convert

RGB 113 23 108 -
CMYK 0 0.80 0.04 0.56
HSL 303.33º 0.66% 0.27% -
HSV(B) 303.33º 0.8% 0.44% -
XYZ 9.82 5.21 14.67 -
YUV 59.6 155.32 166.09 -
System Red Green Blue C M Y K H S L
Decimal 113 23 108 0 0.80 0.04 0.56 303.33 0.66 0.27
Hex 71 17 6C 0 50 4 38 12F 42 1B
Octal 161 27 154 0 120 4 70 457 102 33
Binary 1110001 10111 1101100 0 1010000 100 111000 100101111 1000010 11011

Color Harmonies of #71176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71176C

Black with #71176C

Text Example


Text Example

White with #71176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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