Html Css Color HEX #71315B Palatinate Purple

📋 copy color: '#71315B'

red 113 ◦ green 49 ◦ blue 91

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

Shades of Palatinate Purple #71315B

Tints of Palatinate Purple #71315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.97%

R = 44.66%
G = 19.37%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71315B (or 0x71315B) is known color: Palatinate Purple. HEX triplet: 71, 31 and 5B. RGB value is (113,49,91). Sum of RGB (Red+Green+Blue) = 113+49+91=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71315B is #8ECEA4. Grayscale: #484848. Windows color (decimal): -9359013 or 5976433. OLE color: 5976433.

HSL color Cylindrical-coordinate representation of color #71315B: hue angle of 320.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 #71315B is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 91 -
CMYK 0 0.57 0.19 0.56
HSL 320.63º 0.4% 0.32% -
HSV(B) 320.63º 0.57% 0.44% -
XYZ 9.8 6.46 10.63 -
YUV 72.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 113 49 91 0 0.57 0.19 0.56 320.63 0.4 0.32
Hex 71 31 5B 0 39 13 38 141 28 20
Octal 161 61 133 0 71 23 70 501 50 40
Binary 1110001 110001 1011011 0 111001 10011 111000 101000001 101000 100000

Color Harmonies of #71315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71315B

Black with #71315B

Text Example


Text Example

White with #71315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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