#713666

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

Shades of Palatinate Purple #713666

Tints of Palatinate Purple #713666

Color information

#713666 (or 0x713666) is unknown color: approx Palatinate Purple. HEX triplet: 71, 36 and 66. RGB value is (113,54,102). Sum of RGB (Red+Green+Blue) = 113+54+102=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #713666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713666 is #8EC999. Grayscale: #4C4C4C. Windows color (decimal): -9357722 or 6698609. OLE color: 6698609.

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

Color convert

RGB11354102-
CMYK00.520.100.56
HSL311.19º35.33%32.75%-
HSV(B)311.19º52.21%44.31%-
XYZ10.537.1113.39-
YUV77.11142.05153.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 54 (21.48% from 255) = 20.07%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=42.01%
G=20.07%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135410200.520.100.56311.1935.3332.75
Hex713666034A381372321
Octal1616614606412704674341
Binary1110001110110110011001101001010111000100110111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713666; }

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

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

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

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

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

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

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

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