#703164

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

Shades of Palatinate Purple #703164

Tints of Palatinate Purple #703164

Color information

#703164 (or 0x703164) is unknown color: approx Palatinate Purple. HEX triplet: 70, 31 and 64. RGB value is (112,49,100). Sum of RGB (Red+Green+Blue) = 112+49+100=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #703164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703164 is #8FCE9B. Grayscale: #494949. Windows color (decimal): -9424540 or 6566256. OLE color: 6566256.

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

Color convert

RGB11249100-
CMYK00.560.110.56
HSL311.43º39.13%31.57%-
HSV(B)311.43º56.25%43.92%-
XYZ10.086.5612.79-
YUV73.65142.87155.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 100 (39.45% from 255) = 38.31%
R=42.91%
G=18.77%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124910000.560.110.56311.4339.1331.57
Hex703164038B381372720
Octal1606114407013704674740
Binary1110000110001110010001110001011111000100110111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703164; }

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

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

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

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

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

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

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

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