#703969

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

Shades of Palatinate Purple #703969

Tints of Palatinate Purple #703969

Color information

#703969 (or 0x703969) is unknown color: approx Palatinate Purple. HEX triplet: 70, 39 and 69. RGB value is (112,57,105). Sum of RGB (Red+Green+Blue) = 112+57+105=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #703969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703969 is #8FC696. Grayscale: #4E4E4E. Windows color (decimal): -9422487 or 6895984. OLE color: 6895984.

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

Color convert

RGB11257105-
CMYK00.490.060.56
HSL307.64º32.54%33.14%-
HSV(B)307.64º49.11%43.92%-
XYZ10.77.3914.23-
YUV78.92142.72151.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=40.88%
G=20.80%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1125710500.490.060.56307.6432.5433.14
Hex7039690316381342121
Octal160711510616704644141
Binary111000011100111010010110001110111000100110100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703969; }

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

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

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

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

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

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

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

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