Html Css Color HEX #71315E Palatinate Purple

📋 copy color: '#71315E'

red 113 ◦ green 49 ◦ blue 94

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

Shades of Palatinate Purple #71315E

Tints of Palatinate Purple #71315E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 44.14%
G = 19.14%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#71315E (or 0x71315E) is known color: Palatinate Purple. HEX triplet: 71, 31 and 5E. RGB value is (113,49,94). Sum of RGB (Red+Green+Blue) = 113+49+94=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71315E is #8ECEA1. Grayscale: #494949. Windows color (decimal): -9359010 or 6173041. OLE color: 6173041.

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

Color convert

RGB 113 49 94 -
CMYK 0 0.57 0.17 0.56
HSL 317.81º 0.4% 0.32% -
HSV(B) 317.81º 0.57% 0.44% -
XYZ 9.93 6.52 11.32 -
YUV 73.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 113 49 94 0 0.57 0.17 0.56 317.81 0.4 0.32
Hex 71 31 5E 0 39 11 38 13E 28 20
Octal 161 61 136 0 71 21 70 476 50 40
Binary 1110001 110001 1011110 0 111001 10001 111000 100111110 101000 100000

Color Harmonies of #71315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71315E

Black with #71315E

Text Example


Text Example

White with #71315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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