#703869

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

Shades of Palatinate Purple #703869

Tints of Palatinate Purple #703869

Color information

#703869 (or 0x703869) is unknown color: approx Palatinate Purple. HEX triplet: 70, 38 and 69. RGB value is (112,56,105). Sum of RGB (Red+Green+Blue) = 112+56+105=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #703869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703869 is #8FC796. Grayscale: #4E4E4E. Windows color (decimal): -9422743 or 6895728. OLE color: 6895728.

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

Color convert

RGB11256105-
CMYK00.500.060.56
HSL307.5º33.33%32.94%-
HSV(B)307.5º50%43.92%-
XYZ10.657.2914.21-
YUV78.33143.05152.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=41.03%
G=20.51%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125610500.500.060.56307.533.3332.94
Hex7038690326381342121
Octal160701510626704644141
Binary111000011100011010010110010110111000100110100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703869; }

 p { color: rgb(112,56,105); }

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

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

 a { background-color: rgb(112,56,105); }

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

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

 span { border-color: rgb(112,56,105); }

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