#713166

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

Shades of Palatinate Purple #713166

Tints of Palatinate Purple #713166

Color information

#713166 (or 0x713166) is unknown color: approx Palatinate Purple. HEX triplet: 71, 31 and 66. RGB value is (113,49,102). Sum of RGB (Red+Green+Blue) = 113+49+102=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #713166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713166 is #8ECE99. Grayscale: #4A4A4A. Windows color (decimal): -9359002 or 6697329. OLE color: 6697329.

HSL color Cylindrical-coordinate representation of color #713166: hue angle of 310.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713166 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11349102-
CMYK00.570.100.56
HSL310.31º39.51%31.76%-
HSV(B)310.31º56.64%44.31%-
XYZ10.316.6713.31-
YUV74.18143.7155.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.80%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=42.80%
G=18.56%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134910200.570.100.56310.3139.5131.76
Hex713166039A381362820
Octal1616114607112704665040
Binary1110001110001110011001110011010111000100110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713166; }

 p { color: rgb(113,49,102); }

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

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

 a { background-color: rgb(113,49,102); }

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

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

 span { border-color: rgb(113,49,102); }

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