Html Css Color HEX #71196B Palatinate Purple

📋 copy color: '#71196B'

red 113 ◦ green 25 ◦ blue 107

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

Shades of Palatinate Purple #71196B

Tints of Palatinate Purple #71196B

RGB

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

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

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

R = 46.12%
G = 10.2%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71196B (or 0x71196B) is known color: Palatinate Purple. HEX triplet: 71, 19 and 6B. RGB value is (113,25,107). Sum of RGB (Red+Green+Blue) = 113+25+107=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71196B is #8EE694. Grayscale: #3C3C3C. Windows color (decimal): -9365141 or 7018865. OLE color: 7018865.

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

Color convert

RGB 113 25 107 -
CMYK 0 0.78 0.05 0.56
HSL 304.09º 0.64% 0.27% -
HSV(B) 304.09º 0.78% 0.44% -
XYZ 9.81 5.27 14.41 -
YUV 60.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 113 25 107 0 0.78 0.05 0.56 304.09 0.64 0.27
Hex 71 19 6B 0 4E 5 38 130 40 1B
Octal 161 31 153 0 116 5 70 460 100 33
Binary 1110001 11001 1101011 0 1001110 101 111000 100110000 1000000 11011

Color Harmonies of #71196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71196B

Black with #71196B

Text Example


Text Example

White with #71196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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