#704167

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

Shades of Palatinate Purple #704167

Tints of Palatinate Purple #704167

Color information

#704167 (or 0x704167) is unknown color: approx Palatinate Purple. HEX triplet: 70, 41 and 67. RGB value is (112,65,103). Sum of RGB (Red+Green+Blue) = 112+65+103=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704167 is #8FBE98. Grayscale: #535353. Windows color (decimal): -9420441 or 6766960. OLE color: 6766960.

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

Color convert

RGB11265103-
CMYK00.420.080.56
HSL311.49º26.55%34.71%-
HSV(B)311.49º41.96%43.92%-
XYZ11.028.213.83-
YUV83.38139.07148.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=40%
G=23.21%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126510300.420.080.56311.4926.5534.71
Hex70416702A8381371b23
Octal16010114705210704673343
Binary1110000100000111001110101010100011100010011011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704167; }

 p { color: rgb(112,65,103); }

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

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

 a { background-color: rgb(112,65,103); }

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

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

 span { border-color: rgb(112,65,103); }

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