#713865

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

Shades of Palatinate Purple #713865

Tints of Palatinate Purple #713865

Color information

#713865 (or 0x713865) is unknown color: approx Palatinate Purple. HEX triplet: 71, 38 and 65. RGB value is (113,56,101). Sum of RGB (Red+Green+Blue) = 113+56+101=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #713865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713865 is #8EC79A. Grayscale: #4E4E4E. Windows color (decimal): -9357211 or 6633585. OLE color: 6633585.

HSL color Cylindrical-coordinate representation of color #713865: hue angle of 312.63º 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 #713865 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11356101-
CMYK00.500.110.56
HSL312.63º33.73%33.14%-
HSV(B)312.63º50.44%44.31%-
XYZ10.577.2813.16-
YUV78.17140.88152.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.85%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=41.85%
G=20.74%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135610100.500.110.56312.6333.7333.14
Hex713865032B381392221
Octal1617014506213704714241
Binary1110001111000110010101100101011111000100111001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713865; }

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

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

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

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

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

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

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

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