#703166

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

Shades of Palatinate Purple #703166

Tints of Palatinate Purple #703166

Color information

#703166 (or 0x703166) is unknown color: approx Palatinate Purple. HEX triplet: 70, 31 and 66. RGB value is (112,49,102). Sum of RGB (Red+Green+Blue) = 112+49+102=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #703166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703166 is #8FCE99. Grayscale: #494949. Windows color (decimal): -9424538 or 6697328. OLE color: 6697328.

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

Color convert

RGB11249102-
CMYK00.560.090.56
HSL309.52º39.13%31.57%-
HSV(B)309.52º56.25%43.92%-
XYZ10.186.613.31-
YUV73.88143.87155.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=42.59%
G=18.63%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124910200.560.090.56309.5239.1331.57
Hex7031660389381362720
Octal1606114607011704664740
Binary1110000110001110011001110001001111000100110110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703166; }

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

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

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

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

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

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

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

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