#703865

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

Shades of Palatinate Purple #703865

Tints of Palatinate Purple #703865

Color information

#703865 (or 0x703865) is unknown color: approx Palatinate Purple. HEX triplet: 70, 38 and 65. RGB value is (112,56,101). Sum of RGB (Red+Green+Blue) = 112+56+101=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #703865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703865 is #8FC79A. Grayscale: #4D4D4D. Windows color (decimal): -9422747 or 6633584. OLE color: 6633584.

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

Color convert

RGB11256101-
CMYK00.500.100.56
HSL311.79º33.33%32.94%-
HSV(B)311.79º50%43.92%-
XYZ10.457.2113.15-
YUV77.87141.05152.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=41.64%
G=20.82%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125610100.500.100.56311.7933.3332.94
Hex703865032A381382121
Octal1607014506212704704141
Binary1110000111000110010101100101010111000100111000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703865; }

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

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

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

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

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

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

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

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