Html Css Color HEX #713A61 Palatinate Purple

📋 copy color: '#713A61'

red 113 ◦ green 58 ◦ blue 97

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

Shades of Palatinate Purple #713A61

Tints of Palatinate Purple #713A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.64%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 42.16%
G = 21.64%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#713A61 (or 0x713A61) is known color: Palatinate Purple. HEX triplet: 71, 3A and 61. RGB value is (113,58,97). Sum of RGB (Red+Green+Blue) = 113+58+97=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #713A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A61 is #8EC59E. Grayscale: #4E4E4E. Windows color (decimal): -9356703 or 6371953. OLE color: 6371953.

HSL color Cylindrical-coordinate representation of color #713A61: hue angle of 317.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A61 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 58 97 -
CMYK 0 0.49 0.14 0.56
HSL 317.45º 0.32% 0.34% -
HSV(B) 317.45º 0.49% 0.44% -
XYZ 10.48 7.4 12.19 -
YUV 78.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 113 58 97 0 0.49 0.14 0.56 317.45 0.32 0.34
Hex 71 3A 61 0 31 E 38 13D 20 22
Octal 161 72 141 0 61 16 70 475 40 42
Binary 1110001 111010 1100001 0 110001 1110 111000 100111101 100000 100010

Color Harmonies of #713A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A61

Black with #713A61

Text Example


Text Example

White with #713A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713A61; }

 p { color: rgb(113,58,97); }

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

background-color css

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

 a { background-color: rgb(113,58,97); }

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

border-color css

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

 span { border-color: rgb(113,58,97); }

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