#703460

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

Shades of Palatinate Purple #703460

Tints of Palatinate Purple #703460

Color information

#703460 (or 0x703460) is unknown color: approx Palatinate Purple. HEX triplet: 70, 34 and 60. RGB value is (112,52,96). Sum of RGB (Red+Green+Blue) = 112+52+96=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #703460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703460 is #8FCB9F. Grayscale: #4A4A4A. Windows color (decimal): -9423776 or 6304880. OLE color: 6304880.

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

Color convert

RGB1125296-
CMYK00.540.140.56
HSL316º36.59%32.16%-
HSV(B)316º53.57%43.92%-
XYZ10.026.7511.84-
YUV74.96139.88154.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=43.08%
G=20%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112529600.540.140.5631636.5932.16
Hex703460036E3813c2520
Octal1606414006616704744540
Binary1110000110100110000001101101110111000100111100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703460; }

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

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

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

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

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

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

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

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