Html Css Color HEX #71176B Palatinate Purple

📋 copy color: '#71176B'

red 113 ◦ green 23 ◦ blue 107

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

Shades of Palatinate Purple #71176B

Tints of Palatinate Purple #71176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.03%

R = 46.5%
G = 9.47%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71176B (or 0x71176B) is known color: Palatinate Purple. HEX triplet: 71, 17 and 6B. RGB value is (113,23,107). Sum of RGB (Red+Green+Blue) = 113+23+107=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #71176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71176B is #8EE894. Grayscale: #3B3B3B. Windows color (decimal): -9365653 or 7018353. OLE color: 7018353.

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

Color convert

RGB 113 23 107 -
CMYK 0 0.80 0.05 0.56
HSL 304º 0.66% 0.27% -
HSV(B) 304º 0.8% 0.44% -
XYZ 9.77 5.19 14.4 -
YUV 59.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 113 23 107 0 0.80 0.05 0.56 304 0.66 0.27
Hex 71 17 6B 0 50 5 38 130 42 1B
Octal 161 27 153 0 120 5 70 460 102 33
Binary 1110001 10111 1101011 0 1010000 101 111000 100110000 1000010 11011

Color Harmonies of #71176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71176B

Black with #71176B

Text Example


Text Example

White with #71176B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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