#703362

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

Shades of Palatinate Purple #703362

Tints of Palatinate Purple #703362

Color information

#703362 (or 0x703362) is unknown color: approx Palatinate Purple. HEX triplet: 70, 33 and 62. RGB value is (112,51,98). Sum of RGB (Red+Green+Blue) = 112+51+98=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #703362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703362 is #8FCC9D. Grayscale: #4A4A4A. Windows color (decimal): -9424030 or 6435696. OLE color: 6435696.

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

Color convert

RGB1125198-
CMYK00.540.130.56
HSL313.77º37.42%31.96%-
HSV(B)313.77º54.46%43.92%-
XYZ10.076.6912.32-
YUV74.6141.21154.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 51 (20.31% from 255) = 19.54%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=42.91%
G=19.54%
B=37.55%

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
Decimal112519800.540.130.56313.7737.4231.96
Hex703362036D3813a2520
Octal1606314206615704724540
Binary1110000110011110001001101101101111000100111010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703362; }

 p { color: rgb(112,51,98); }

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

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

 a { background-color: rgb(112,51,98); }

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

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

 span { border-color: rgb(112,51,98); }

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