#703065

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

Shades of Palatinate Purple #703065

Tints of Palatinate Purple #703065

Color information

#703065 (or 0x703065) is unknown color: approx Palatinate Purple. HEX triplet: 70, 30 and 65. RGB value is (112,48,101). Sum of RGB (Red+Green+Blue) = 112+48+101=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #703065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703065 is #8FCF9A. Grayscale: #494949. Windows color (decimal): -9424795 or 6631536. OLE color: 6631536.

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

Color convert

RGB11248101-
CMYK00.570.100.56
HSL310.31º40%31.37%-
HSV(B)310.31º57.14%43.92%-
XYZ10.096.513.03-
YUV73.18143.7155.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=42.91%
G=18.39%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1124810100.570.100.56310.314031.37
Hex703065039A38136281f
Octal1606014507112704665037
Binary111000011000011001010111001101011100010011011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703065; }

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

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

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

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

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

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

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

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