#712065

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

Shades of Palatinate Purple #712065

Tints of Palatinate Purple #712065

Color information

#712065 (or 0x712065) is unknown color: approx Palatinate Purple. HEX triplet: 71, 20 and 65. RGB value is (113,32,101). Sum of RGB (Red+Green+Blue) = 113+32+101=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #712065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712065 is #8EDF9A. Grayscale: #3F3F3F. Windows color (decimal): -9363355 or 6627441. OLE color: 6627441.

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

Color convert

RGB11332101-
CMYK00.720.110.56
HSL308.89º55.86%28.43%-
HSV(B)308.89º71.68%44.31%-
XYZ9.685.4812.86-
YUV64.08148.84162.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=45.93%
G=13.01%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133210100.720.110.56308.8955.8628.43
Hex712065048B38135381c
Octal16140145011013704657034
Binary1110001100000110010101001000101111100010011010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712065; }

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

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

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

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

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

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

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

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