#703867

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

Shades of Palatinate Purple #703867

Tints of Palatinate Purple #703867

Color information

#703867 (or 0x703867) is unknown color: approx Palatinate Purple. HEX triplet: 70, 38 and 67. RGB value is (112,56,103). Sum of RGB (Red+Green+Blue) = 112+56+103=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #703867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703867 is #8FC798. Grayscale: #4D4D4D. Windows color (decimal): -9422745 or 6764656. OLE color: 6764656.

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

Color convert

RGB11256103-
CMYK00.500.080.56
HSL309.64º33.33%32.94%-
HSV(B)309.64º50%43.92%-
XYZ10.547.2513.68-
YUV78.1142.05152.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=41.33%
G=20.66%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125610300.500.080.56309.6433.3332.94
Hex7038670328381362121
Octal1607014706210704664141
Binary1110000111000110011101100101000111000100110110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703867; }

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

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

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

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

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

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

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

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