Html Css Color HEX #71316A Palatinate Purple

📋 copy color: '#71316A'

red 113 ◦ green 49 ◦ blue 106

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

Shades of Palatinate Purple #71316A

Tints of Palatinate Purple #71316A

RGB

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

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

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

R = 42.16%
G = 18.28%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71316A (or 0x71316A) is known color: Palatinate Purple. HEX triplet: 71, 31 and 6A. RGB value is (113,49,106). Sum of RGB (Red+Green+Blue) = 113+49+106=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #71316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71316A is #8ECE95. Grayscale: #4A4A4A. Windows color (decimal): -9358998 or 6959473. OLE color: 6959473.

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

Color convert

RGB 113 49 106 -
CMYK 0 0.57 0.06 0.56
HSL 306.56º 0.4% 0.32% -
HSV(B) 306.56º 0.57% 0.44% -
XYZ 10.51 6.75 14.38 -
YUV 74.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 113 49 106 0 0.57 0.06 0.56 306.56 0.4 0.32
Hex 71 31 6A 0 39 6 38 133 28 20
Octal 161 61 152 0 71 6 70 463 50 40
Binary 1110001 110001 1101010 0 111001 110 111000 100110011 101000 100000

Color Harmonies of #71316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71316A

Black with #71316A

Text Example


Text Example

White with #71316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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