#704063

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

Shades of Palatinate Purple #704063

Tints of Palatinate Purple #704063

Color information

#704063 (or 0x704063) is unknown color: approx Palatinate Purple. HEX triplet: 70, 40 and 63. RGB value is (112,64,99). Sum of RGB (Red+Green+Blue) = 112+64+99=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #704063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704063 is #8FBF9C. Grayscale: #525252. Windows color (decimal): -9420701 or 6504560. OLE color: 6504560.

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

Color convert

RGB1126499-
CMYK00.430.120.56
HSL316.25º27.27%34.51%-
HSV(B)316.25º42.86%43.92%-
XYZ10.778.0112.78-
YUV82.34137.4149.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 99 (39.06% from 255) = 36%
R=40.73%
G=23.27%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112649900.430.120.56316.2527.2734.51
Hex70406302BC3813c1b23
Octal16010014305314704743343
Binary1110000100000011000110101011110011100010011110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704063; }

 p { color: rgb(112,64,99); }

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

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

 a { background-color: rgb(112,64,99); }

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

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

 span { border-color: rgb(112,64,99); }

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