#703069

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

Shades of Palatinate Purple #703069

Tints of Palatinate Purple #703069

Color information

#703069 (or 0x703069) is unknown color: approx Palatinate Purple. HEX triplet: 70, 30 and 69. RGB value is (112,48,105). Sum of RGB (Red+Green+Blue) = 112+48+105=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #703069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703069 is #8FCF96. Grayscale: #494949. Windows color (decimal): -9424791 or 6893680. OLE color: 6893680.

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

Color convert

RGB11248105-
CMYK00.570.060.56
HSL306.56º40%31.37%-
HSV(B)306.56º57.14%43.92%-
XYZ10.296.5814.09-
YUV73.63145.7155.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=42.26%
G=18.11%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124810500.570.060.56306.564031.37
Hex703069039638133281f
Octal160601510716704635037
Binary11100001100001101001011100111011100010011001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703069; }

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

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

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

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

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

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

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

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