Html Css Color HEX #713163 Palatinate Purple

📋 copy color: '#713163'

red 113 ◦ green 49 ◦ blue 99

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

Shades of Palatinate Purple #713163

Tints of Palatinate Purple #713163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 43.3%
G = 18.77%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#713163 (or 0x713163) is known color: Palatinate Purple. HEX triplet: 71, 31 and 63. RGB value is (113,49,99). Sum of RGB (Red+Green+Blue) = 113+49+99=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #713163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713163 is #8ECE9C. Grayscale: #494949. Windows color (decimal): -9359005 or 6500721. OLE color: 6500721.

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

Color convert

RGB 113 49 99 -
CMYK 0 0.57 0.12 0.56
HSL 313.13º 0.4% 0.32% -
HSV(B) 313.13º 0.57% 0.44% -
XYZ 10.16 6.61 12.54 -
YUV 73.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 113 49 99 0 0.57 0.12 0.56 313.13 0.4 0.32
Hex 71 31 63 0 39 C 38 139 28 20
Octal 161 61 143 0 71 14 70 471 50 40
Binary 1110001 110001 1100011 0 111001 1100 111000 100111001 101000 100000

Color Harmonies of #713163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713163

Black with #713163

Text Example


Text Example

White with #713163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713163; }

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

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

background-color css

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

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

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

border-color css

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

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

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