Html Css Color HEX #713A65 Palatinate Purple

📋 copy color: '#713A65'

red 113 ◦ green 58 ◦ blue 101

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

Shades of Palatinate Purple #713A65

Tints of Palatinate Purple #713A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 41.54%
G = 21.32%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#713A65 (or 0x713A65) is known color: Palatinate Purple. HEX triplet: 71, 3A and 65. RGB value is (113,58,101). Sum of RGB (Red+Green+Blue) = 113+58+101=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #713A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A65 is #8EC59A. Grayscale: #4F4F4F. Windows color (decimal): -9356699 or 6634097. OLE color: 6634097.

HSL color Cylindrical-coordinate representation of color #713A65: hue angle of 313.09º 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 #713A65 is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 58 101 -
CMYK 0 0.49 0.11 0.56
HSL 313.09º 0.32% 0.34% -
HSV(B) 313.09º 0.49% 0.44% -
XYZ 10.67 7.48 13.19 -
YUV 79.35 140.22 152 -
System Red Green Blue C M Y K H S L
Decimal 113 58 101 0 0.49 0.11 0.56 313.09 0.32 0.34
Hex 71 3A 65 0 31 B 38 139 20 22
Octal 161 72 145 0 61 13 70 471 40 42
Binary 1110001 111010 1100101 0 110001 1011 111000 100111001 100000 100010

Color Harmonies of #713A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A65

Black with #713A65

Text Example


Text Example

White with #713A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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