#713061

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

Shades of Palatinate Purple #713061

Tints of Palatinate Purple #713061

Color information

#713061 (or 0x713061) is unknown color: approx Palatinate Purple. HEX triplet: 71, 30 and 61. RGB value is (113,48,97). Sum of RGB (Red+Green+Blue) = 113+48+97=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #713061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713061 is #8ECF9E. Grayscale: #484848. Windows color (decimal): -9359263 or 6369393. OLE color: 6369393.

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

Color convert

RGB1134897-
CMYK00.580.140.56
HSL314.77º40.37%31.57%-
HSV(B)314.77º57.52%44.31%-
XYZ10.026.4912.03-
YUV73.02141.53156.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=43.80%
G=18.60%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113489700.580.140.56314.7740.3731.57
Hex71306103AE3813b2820
Octal1616014107216704735040
Binary1110001110000110000101110101110111000100111011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713061; }

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

 H1.HeaderClassName
 {
   color: #713061;
 }
 .AnyTagClassName
 {
   color: #713061;
 }
</style>
background-color css

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

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

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

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

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

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