Html Css Color HEX #71316B Palatinate Purple

📋 copy color: '#71316B'

red 113 ◦ green 49 ◦ blue 107

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

Shades of Palatinate Purple #71316B

Tints of Palatinate Purple #71316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.22%

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

R = 42.01%
G = 18.22%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71316B (or 0x71316B) is known color: Palatinate Purple. HEX triplet: 71, 31 and 6B. RGB value is (113,49,107). Sum of RGB (Red+Green+Blue) = 113+49+107=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71316B is #8ECE94. Grayscale: #4A4A4A. Windows color (decimal): -9358997 or 7025009. OLE color: 7025009.

HSL color Cylindrical-coordinate representation of color #71316B: hue angle of 305.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71316B is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 107 -
CMYK 0 0.57 0.05 0.56
HSL 305.63º 0.4% 0.32% -
HSV(B) 305.63º 0.57% 0.44% -
XYZ 10.56 6.77 14.66 -
YUV 74.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 113 49 107 0 0.57 0.05 0.56 305.63 0.4 0.32
Hex 71 31 6B 0 39 5 38 132 28 20
Octal 161 61 153 0 71 5 70 462 50 40
Binary 1110001 110001 1101011 0 111001 101 111000 100110010 101000 100000

Color Harmonies of #71316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71316B

Black with #71316B

Text Example


Text Example

White with #71316B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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