#713967

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

Shades of Palatinate Purple #713967

Tints of Palatinate Purple #713967

Color information

#713967 (or 0x713967) is unknown color: approx Palatinate Purple. HEX triplet: 71, 39 and 67. RGB value is (113,57,103). Sum of RGB (Red+Green+Blue) = 113+57+103=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #713967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713967 is #8EC698. Grayscale: #4E4E4E. Windows color (decimal): -9356953 or 6764913. OLE color: 6764913.

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

Color convert

RGB11357103-
CMYK00.500.090.56
HSL310.71º32.94%33.33%-
HSV(B)310.71º49.56%44.31%-
XYZ10.727.4213.7-
YUV78.99141.55152.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=41.39%
G=20.88%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135710300.500.090.56310.7132.9433.33
Hex7139670329381372121
Octal1617114706211704674141
Binary1110001111001110011101100101001111000100110111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713967; }

 p { color: rgb(113,57,103); }

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

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

 a { background-color: rgb(113,57,103); }

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

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

 span { border-color: rgb(113,57,103); }

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