#713E62

Color #713E62 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #713E62

Tints of Palatinate Purple #713E62

Color information

#713E62 (or 0x713E62) is unknown color: approx 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

RGB1136298-
CMYK00.450.130.56
HSL317.65º29.14%34.31%-
HSV(B)317.65º45.13%44.31%-
XYZ10.747.8412.5-
YUV81.35137.4150.57-

RGB Variations

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

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.90%
R=41.39%
G=22.71%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113629800.450.130.56317.6529.1434.31
Hex713E6202DD3813e1d22
Octal1617614205515704763542
Binary111000111111011000100101101110111100010011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>