#712061

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

Shades of Palatinate Purple #712061

Tints of Palatinate Purple #712061

Color information

#712061 (or 0x712061) is unknown color: approx Palatinate Purple. HEX triplet: 71, 20 and 61. RGB value is (113,32,97). Sum of RGB (Red+Green+Blue) = 113+32+97=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #712061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712061 is #8EDF9E. Grayscale: #3F3F3F. Windows color (decimal): -9363359 or 6365297. OLE color: 6365297.

HSL color Cylindrical-coordinate representation of color #712061: hue angle of 311.85º 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 #712061 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1133297-
CMYK00.720.140.56
HSL311.85º55.86%28.43%-
HSV(B)311.85º71.68%44.31%-
XYZ9.485.4111.85-
YUV63.63146.84163.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 97 (38.28% from 255) = 40.08%
R=46.69%
G=13.22%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113329700.720.140.56311.8555.8628.43
Hex712061048E38138381c
Octal16140141011016704707034
Binary1110001100000110000101001000111011100010011100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712061; }

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

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

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

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

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

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

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

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