#704066

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

Shades of Palatinate Purple #704066

Tints of Palatinate Purple #704066

Color information

#704066 (or 0x704066) is unknown color: approx Palatinate Purple. HEX triplet: 70, 40 and 66. RGB value is (112,64,102). Sum of RGB (Red+Green+Blue) = 112+64+102=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 112 - color contains mainly: red. Hex color #704066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704066 is #8FBF99. Grayscale: #525252. Windows color (decimal): -9420698 or 6701168. OLE color: 6701168.

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

Color convert

RGB11264102-
CMYK00.430.090.56
HSL312.5º27.27%34.51%-
HSV(B)312.5º42.86%43.92%-
XYZ10.918.0713.55-
YUV82.68138.9148.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.29%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=40.29%
G=23.02%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126410200.430.090.56312.527.2734.51
Hex70406602B9381381b23
Octal16010014605311704703343
Binary1110000100000011001100101011100111100010011100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704066; }

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

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

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

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

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

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

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

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