#713468

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

Shades of Palatinate Purple #713468

Tints of Palatinate Purple #713468

Color information

#713468 (or 0x713468) is unknown color: approx Palatinate Purple. HEX triplet: 71, 34 and 68. RGB value is (113,52,104). Sum of RGB (Red+Green+Blue) = 113+52+104=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #713468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713468 is #8ECB97. Grayscale: #4C4C4C. Windows color (decimal): -9358232 or 6829169. OLE color: 6829169.

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

Color convert

RGB11352104-
CMYK00.540.080.56
HSL308.85º36.97%32.35%-
HSV(B)308.85º53.98%44.31%-
XYZ10.546.9713.89-
YUV76.17143.71154.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 104 (41.02% from 255) = 38.66%
R=42.01%
G=19.33%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135210400.540.080.56308.8536.9732.35
Hex7134680368381352520
Octal1616415006610704654540
Binary1110001110100110100001101101000111000100110101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713468; }

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

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

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

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

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

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

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

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