Html Css Color HEX #71196D Palatinate Purple

📋 copy color: '#71196D'

red 113 ◦ green 25 ◦ blue 109

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

Shades of Palatinate Purple #71196D

Tints of Palatinate Purple #71196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 45.75%
G = 10.12%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71196D (or 0x71196D) is known color: Palatinate Purple. HEX triplet: 71, 19 and 6D. RGB value is (113,25,109). Sum of RGB (Red+Green+Blue) = 113+25+109=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #71196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71196D is #8EE692. Grayscale: #3C3C3C. Windows color (decimal): -9365139 or 7149937. OLE color: 7149937.

HSL color Cylindrical-coordinate representation of color #71196D: hue angle of 302.73º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71196D is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 109 -
CMYK 0 0.78 0.04 0.56
HSL 302.73º 0.64% 0.27% -
HSV(B) 302.73º 0.78% 0.44% -
XYZ 9.92 5.31 14.97 -
YUV 60.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 113 25 109 0 0.78 0.04 0.56 302.73 0.64 0.27
Hex 71 19 6D 0 4E 4 38 12F 40 1B
Octal 161 31 155 0 116 4 70 457 100 33
Binary 1110001 11001 1101101 0 1001110 100 111000 100101111 1000000 11011

Color Harmonies of #71196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71196D

Black with #71196D

Text Example


Text Example

White with #71196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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