#713464

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

Shades of Palatinate Purple #713464

Tints of Palatinate Purple #713464

Color information

#713464 (or 0x713464) is unknown color: approx Palatinate Purple. HEX triplet: 71, 34 and 64. RGB value is (113,52,100). Sum of RGB (Red+Green+Blue) = 113+52+100=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #713464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713464 is #8ECB9B. Grayscale: #4B4B4B. Windows color (decimal): -9358236 or 6567025. OLE color: 6567025.

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

Color convert

RGB11352100-
CMYK00.540.120.56
HSL312.79º36.97%32.35%-
HSV(B)312.79º53.98%44.31%-
XYZ10.346.8912.84-
YUV75.71141.71154.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=42.64%
G=19.62%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135210000.540.120.56312.7936.9732.35
Hex713464036C381392520
Octal1616414406614704714540
Binary1110001110100110010001101101100111000100111001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713464; }

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

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

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

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

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

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

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

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