#713868

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

Shades of Palatinate Purple #713868

Tints of Palatinate Purple #713868

Color information

#713868 (or 0x713868) is unknown color: approx Palatinate Purple. HEX triplet: 71, 38 and 68. RGB value is (113,56,104). Sum of RGB (Red+Green+Blue) = 113+56+104=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #713868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713868 is #8EC797. Grayscale: #4E4E4E. Windows color (decimal): -9357208 or 6830193. OLE color: 6830193.

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

Color convert

RGB11356104-
CMYK00.500.080.56
HSL309.47º33.73%33.14%-
HSV(B)309.47º50.44%44.31%-
XYZ10.727.3413.95-
YUV78.51142.38152.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=41.39%
G=20.51%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135610400.500.080.56309.4733.7333.14
Hex7138680328381352221
Octal1617015006210704654241
Binary1110001111000110100001100101000111000100110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713868; }

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

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

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

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

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

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

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

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