#703965

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

Shades of Palatinate Purple #703965

Tints of Palatinate Purple #703965

Color information

#703965 (or 0x703965) is unknown color: approx Palatinate Purple. HEX triplet: 70, 39 and 65. RGB value is (112,57,101). Sum of RGB (Red+Green+Blue) = 112+57+101=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #703965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703965 is #8FC69A. Grayscale: #4E4E4E. Windows color (decimal): -9422491 or 6633840. OLE color: 6633840.

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

Color convert

RGB11257101-
CMYK00.490.100.56
HSL312º32.54%33.14%-
HSV(B)312º49.11%43.92%-
XYZ10.497.3113.17-
YUV78.46140.72151.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=41.48%
G=21.11%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125710100.490.100.5631232.5433.14
Hex703965031A381382121
Octal1607114506112704704141
Binary1110000111001110010101100011010111000100111000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703965; }

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

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

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

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

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

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

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

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