#713461

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

Shades of Palatinate Purple #713461

Tints of Palatinate Purple #713461

Color information

#713461 (or 0x713461) is unknown color: approx Palatinate Purple. HEX triplet: 71, 34 and 61. RGB value is (113,52,97). Sum of RGB (Red+Green+Blue) = 113+52+97=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #713461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713461 is #8ECB9E. Grayscale: #4B4B4B. Windows color (decimal): -9358239 or 6370417. OLE color: 6370417.

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

Color convert

RGB1135297-
CMYK00.540.140.56
HSL315.74º36.97%32.35%-
HSV(B)315.74º53.98%44.31%-
XYZ10.26.8312.09-
YUV75.37140.21154.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=43.13%
G=19.85%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113529700.540.140.56315.7436.9732.35
Hex713461036E3813c2520
Octal1616414106616704744540
Binary1110001110100110000101101101110111000100111100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713461; }

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

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

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

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

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

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

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

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