#703966

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

Shades of Palatinate Purple #703966

Tints of Palatinate Purple #703966

Color information

#703966 (or 0x703966) is unknown color: approx Palatinate Purple. HEX triplet: 70, 39 and 66. RGB value is (112,57,102). Sum of RGB (Red+Green+Blue) = 112+57+102=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #703966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703966 is #8FC699. Grayscale: #4E4E4E. Windows color (decimal): -9422490 or 6699376. OLE color: 6699376.

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

Color convert

RGB11257102-
CMYK00.490.090.56
HSL310.91º32.54%33.14%-
HSV(B)310.91º49.11%43.92%-
XYZ10.547.3313.43-
YUV78.58141.22151.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=41.33%
G=21.03%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125710200.490.090.56310.9132.5433.14
Hex7039660319381372121
Octal1607114606111704674141
Binary1110000111001110011001100011001111000100110111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703966; }

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

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

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

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

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

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

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

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