#703068

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

Shades of Palatinate Purple #703068

Tints of Palatinate Purple #703068

Color information

#703068 (or 0x703068) is unknown color: approx Palatinate Purple. HEX triplet: 70, 30 and 68. RGB value is (112,48,104). Sum of RGB (Red+Green+Blue) = 112+48+104=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #703068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703068 is #8FCF97. Grayscale: #494949. Windows color (decimal): -9424792 or 6828144. OLE color: 6828144.

HSL color Cylindrical-coordinate representation of color #703068: hue angle of 307.5º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703068 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11248104-
CMYK00.570.070.56
HSL307.5º40%31.37%-
HSV(B)307.5º57.14%43.92%-
XYZ10.246.5613.82-
YUV73.52145.2155.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 48 (19.14% from 255) = 18.18%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=42.42%
G=18.18%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124810400.570.070.56307.54031.37
Hex703068039738134281f
Octal160601500717704645037
Binary11100001100001101000011100111111100010011010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703068; }

 p { color: rgb(112,48,104); }

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

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

 a { background-color: rgb(112,48,104); }

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

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

 span { border-color: rgb(112,48,104); }

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