#703E62

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

Shades of Palatinate Purple #703E62

Tints of Palatinate Purple #703E62

Color information

#703E62 (or 0x703E62) is unknown color: approx Palatinate Purple. HEX triplet: 70, 3E and 62. RGB value is (112,62,98). Sum of RGB (Red+Green+Blue) = 112+62+98=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #703E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703E62 is #8FC19D. Grayscale: #505050. Windows color (decimal): -9421214 or 6438512. OLE color: 6438512.

HSL color Cylindrical-coordinate representation of color #703E62: hue angle of 316.8º 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 #703E62 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1126298-
CMYK00.450.130.56
HSL316.8º28.74%34.12%-
HSV(B)316.8º44.64%43.92%-
XYZ10.617.7712.5-
YUV81.05137.56150.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=41.18%
G=22.79%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112629800.450.130.56316.828.7434.12
Hex703E6202DD3813d1d22
Octal1607614205515704753542
Binary111000011111011000100101101110111100010011110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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