Html Css Color HEX #713861 Palatinate Purple

📋 copy color: '#713861'

red 113 ◦ green 56 ◦ blue 97

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

Shades of Palatinate Purple #713861

Tints of Palatinate Purple #713861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

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

R = 42.48%
G = 21.05%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#713861 (or 0x713861) is known color: Palatinate Purple. HEX triplet: 71, 38 and 61. RGB value is (113,56,97). Sum of RGB (Red+Green+Blue) = 113+56+97=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #713861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713861 is #8EC79E. Grayscale: #4D4D4D. Windows color (decimal): -9357215 or 6371441. OLE color: 6371441.

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

Color convert

RGB 113 56 97 -
CMYK 0 0.50 0.14 0.56
HSL 316.84º 0.34% 0.33% -
HSV(B) 316.84º 0.5% 0.44% -
XYZ 10.38 7.2 12.15 -
YUV 77.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 113 56 97 0 0.50 0.14 0.56 316.84 0.34 0.33
Hex 71 38 61 0 32 E 38 13D 22 21
Octal 161 70 141 0 62 16 70 475 42 41
Binary 1110001 111000 1100001 0 110010 1110 111000 100111101 100010 100001

Color Harmonies of #713861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713861

Black with #713861

Text Example


Text Example

White with #713861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713861; }

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

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

background-color css

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

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

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

border-color css

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

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

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