Html Css Color HEX #713E62 Palatinate Purple

📋 copy color: '#713E62'

red 113 ◦ green 62 ◦ blue 98

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

Shades of Palatinate Purple #713E62

Tints of Palatinate Purple #713E62

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 41.39%
G = 22.71%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#713E62 (or 0x713E62) is known color: Palatinate Purple. HEX triplet: 71, 3E and 62. RGB value is (113,62,98). Sum of RGB (Red+Green+Blue) = 113+62+98=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #713E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E62 is #8EC19D. Grayscale: #515151. Windows color (decimal): -9355678 or 6438513. OLE color: 6438513.

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

Color convert

RGB 113 62 98 -
CMYK 0 0.45 0.13 0.56
HSL 317.65º 0.29% 0.34% -
HSV(B) 317.65º 0.45% 0.44% -
XYZ 10.74 7.84 12.5 -
YUV 81.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 113 62 98 0 0.45 0.13 0.56 317.65 0.29 0.34
Hex 71 3E 62 0 2D D 38 13E 1D 22
Octal 161 76 142 0 55 15 70 476 35 42
Binary 1110001 111110 1100010 0 101101 1101 111000 100111110 11101 100010

Color Harmonies of #713E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E62

Black with #713E62

Text Example


Text Example

White with #713E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,62,98); }

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

background-color css

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

 a { background-color: rgb(113,62,98); }

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

border-color css

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

 span { border-color: rgb(113,62,98); }

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