Html Css Color HEX #71176A Palatinate Purple

📋 copy color: '#71176A'

red 113 ◦ green 23 ◦ blue 106

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

Shades of Palatinate Purple #71176A

Tints of Palatinate Purple #71176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.8%

R = 46.69%
G = 9.5%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71176A (or 0x71176A) is known color: Palatinate Purple. HEX triplet: 71, 17 and 6A. RGB value is (113,23,106). Sum of RGB (Red+Green+Blue) = 113+23+106=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #71176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71176A is #8EE895. Grayscale: #3B3B3B. Windows color (decimal): -9365654 or 6952817. OLE color: 6952817.

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

Color convert

RGB 113 23 106 -
CMYK 0 0.80 0.06 0.56
HSL 304.67º 0.66% 0.27% -
HSV(B) 304.67º 0.8% 0.44% -
XYZ 9.72 5.16 14.12 -
YUV 59.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 113 23 106 0 0.80 0.06 0.56 304.67 0.66 0.27
Hex 71 17 6A 0 50 6 38 131 42 1B
Octal 161 27 152 0 120 6 70 461 102 33
Binary 1110001 10111 1101010 0 1010000 110 111000 100110001 1000010 11011

Color Harmonies of #71176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71176A

Black with #71176A

Text Example


Text Example

White with #71176A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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