#703061

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

Shades of Palatinate Purple #703061

Tints of Palatinate Purple #703061

Color information

#703061 (or 0x703061) is unknown color: approx Palatinate Purple. HEX triplet: 70, 30 and 61. RGB value is (112,48,97). Sum of RGB (Red+Green+Blue) = 112+48+97=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #703061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703061 is #8FCF9E. Grayscale: #484848. Windows color (decimal): -9424799 or 6369392. OLE color: 6369392.

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

Color convert

RGB1124897-
CMYK00.570.130.56
HSL314.06º40%31.37%-
HSV(B)314.06º57.14%43.92%-
XYZ9.96.4212.03-
YUV72.72141.7156.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=43.58%
G=18.68%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112489700.570.130.56314.064031.37
Hex703061039D3813a281f
Octal1606014107115704725037
Binary111000011000011000010111001110111100010011101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703061; }

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

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

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

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

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

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

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

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