#703168

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

Shades of Palatinate Purple #703168

Tints of Palatinate Purple #703168

Color information

#703168 (or 0x703168) is unknown color: approx Palatinate Purple. HEX triplet: 70, 31 and 68. RGB value is (112,49,104). Sum of RGB (Red+Green+Blue) = 112+49+104=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #703168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703168 is #8FCE97. Grayscale: #494949. Windows color (decimal): -9424536 or 6828400. OLE color: 6828400.

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

Color convert

RGB11249104-
CMYK00.560.070.56
HSL307.62º39.13%31.57%-
HSV(B)307.62º56.25%43.92%-
XYZ10.286.6413.84-
YUV74.11144.87155.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=42.26%
G=18.49%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124910400.560.070.56307.6239.1331.57
Hex7031680387381342720
Octal160611500707704644740
Binary111000011000111010000111000111111000100110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703168; }

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

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

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

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

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

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

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

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