#703461

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

Shades of Palatinate Purple #703461

Tints of Palatinate Purple #703461

Color information

#703461 (or 0x703461) is unknown color: approx Palatinate Purple. HEX triplet: 70, 34 and 61. RGB value is (112,52,97). Sum of RGB (Red+Green+Blue) = 112+52+97=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #703461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703461 is #8FCB9E. Grayscale: #4A4A4A. Windows color (decimal): -9423775 or 6370416. OLE color: 6370416.

HSL color Cylindrical-coordinate representation of color #703461: hue angle of 315º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703461 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1125297-
CMYK00.540.130.56
HSL315º36.59%32.16%-
HSV(B)315º53.57%43.92%-
XYZ10.076.7612.08-
YUV75.07140.38154.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=42.91%
G=19.92%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112529700.540.130.5631536.5932.16
Hex703461036D3813b2520
Octal1606414106615704734540
Binary1110000110100110000101101101101111000100111011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703461; }

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

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

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

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

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

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

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

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