Html Css Color HEX #71196A Palatinate Purple

📋 copy color: '#71196A'

red 113 ◦ green 25 ◦ blue 106

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

Shades of Palatinate Purple #71196A

Tints of Palatinate Purple #71196A

RGB

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

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

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

R = 46.31%
G = 10.25%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71196A (or 0x71196A) is known color: Palatinate Purple. HEX triplet: 71, 19 and 6A. RGB value is (113,25,106). Sum of RGB (Red+Green+Blue) = 113+25+106=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #71196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71196A is #8EE695. Grayscale: #3C3C3C. Windows color (decimal): -9365142 or 6953329. OLE color: 6953329.

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

Color convert

RGB 113 25 106 -
CMYK 0 0.78 0.06 0.56
HSL 304.77º 0.64% 0.27% -
HSV(B) 304.77º 0.78% 0.44% -
XYZ 9.76 5.25 14.13 -
YUV 60.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 113 25 106 0 0.78 0.06 0.56 304.77 0.64 0.27
Hex 71 19 6A 0 4E 6 38 131 40 1B
Octal 161 31 152 0 116 6 70 461 100 33
Binary 1110001 11001 1101010 0 1001110 110 111000 100110001 1000000 11011

Color Harmonies of #71196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71196A

Black with #71196A

Text Example


Text Example

White with #71196A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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