Html Css Color HEX #713160 Palatinate Purple

📋 copy color: '#713160'

red 113 ◦ green 49 ◦ blue 96

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

Shades of Palatinate Purple #713160

Tints of Palatinate Purple #713160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.21%

R = 43.8%
G = 18.99%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#713160 (or 0x713160) is known color: Palatinate Purple. HEX triplet: 71, 31 and 60. RGB value is (113,49,96). Sum of RGB (Red+Green+Blue) = 113+49+96=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #713160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713160 is #8ECE9F. Grayscale: #494949. Windows color (decimal): -9359008 or 6304113. OLE color: 6304113.

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

Color convert

RGB 113 49 96 -
CMYK 0 0.57 0.15 0.56
HSL 315.94º 0.4% 0.32% -
HSV(B) 315.94º 0.57% 0.44% -
XYZ 10.02 6.55 11.8 -
YUV 73.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 113 49 96 0 0.57 0.15 0.56 315.94 0.4 0.32
Hex 71 31 60 0 39 F 38 13C 28 20
Octal 161 61 140 0 71 17 70 474 50 40
Binary 1110001 110001 1100000 0 111001 1111 111000 100111100 101000 100000

Color Harmonies of #713160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713160

Black with #713160

Text Example


Text Example

White with #713160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713160; }

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

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

background-color css

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

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

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

border-color css

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

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

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