#704266

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

Shades of Palatinate Purple #704266

Tints of Palatinate Purple #704266

Color information

#704266 (or 0x704266) is unknown color: approx Palatinate Purple. HEX triplet: 70, 42 and 66. RGB value is (112,66,102). Sum of RGB (Red+Green+Blue) = 112+66+102=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #704266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704266 is #8FBD99. Grayscale: #535353. Windows color (decimal): -9420186 or 6701680. OLE color: 6701680.

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

Color convert

RGB11266102-
CMYK00.410.090.56
HSL313.04º25.84%34.9%-
HSV(B)313.04º41.07%43.92%-
XYZ11.038.313.59-
YUV83.86138.24148.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=40%
G=23.57%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126610200.410.090.56313.0425.8434.9
Hex7042660299381391a23
Octal16010214605111704713243
Binary1110000100001011001100101001100111100010011100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704266; }

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

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

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

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

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

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

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

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