#713065

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

Shades of Palatinate Purple #713065

Tints of Palatinate Purple #713065

Color information

#713065 (or 0x713065) is unknown color: approx Palatinate Purple. HEX triplet: 71, 30 and 65. RGB value is (113,48,101). Sum of RGB (Red+Green+Blue) = 113+48+101=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #713065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713065 is #8ECF9A. Grayscale: #494949. Windows color (decimal): -9359259 or 6631537. OLE color: 6631537.

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

Color convert

RGB11348101-
CMYK00.580.110.56
HSL311.08º40.37%31.57%-
HSV(B)311.08º57.52%44.31%-
XYZ10.226.5613.04-
YUV73.48143.53156.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=43.13%
G=18.32%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134810100.580.110.56311.0840.3731.57
Hex71306503AB381372820
Octal1616014507213704675040
Binary1110001110000110010101110101011111000100110111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713065; }

 p { color: rgb(113,48,101); }

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

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

 a { background-color: rgb(113,48,101); }

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

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

 span { border-color: rgb(113,48,101); }

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