#703E66

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

Shades of Palatinate Purple #703E66

Tints of Palatinate Purple #703E66

Color information

#703E66 (or 0x703E66) is unknown color: approx Palatinate Purple. HEX triplet: 70, 3E and 66. RGB value is (112,62,102). Sum of RGB (Red+Green+Blue) = 112+62+102=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #703E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703E66 is #8FC199. Grayscale: #515151. Windows color (decimal): -9421210 or 6700656. OLE color: 6700656.

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

Color convert

RGB11262102-
CMYK00.450.090.56
HSL312º28.74%34.12%-
HSV(B)312º44.64%43.92%-
XYZ10.87.8513.52-
YUV81.51139.56149.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=40.58%
G=22.46%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1126210200.450.090.5631228.7434.12
Hex703E6602D9381381d22
Octal1607614605511704703542
Binary111000011111011001100101101100111100010011100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703E66; }

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

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

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

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

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

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

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

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