#703360

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

Shades of Palatinate Purple #703360

Tints of Palatinate Purple #703360

Color information

#703360 (or 0x703360) is unknown color: approx Palatinate Purple. HEX triplet: 70, 33 and 60. RGB value is (112,51,96). Sum of RGB (Red+Green+Blue) = 112+51+96=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #703360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703360 is #8FCC9F. Grayscale: #4A4A4A. Windows color (decimal): -9424032 or 6304624. OLE color: 6304624.

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

Color convert

RGB1125196-
CMYK00.540.140.56
HSL315.74º37.42%31.96%-
HSV(B)315.74º54.46%43.92%-
XYZ9.986.6611.83-
YUV74.37140.21154.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 51 (20.31% from 255) = 19.69%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=43.24%
G=19.69%
B=37.07%

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
Decimal112519600.540.140.56315.7437.4231.96
Hex703360036E3813c2520
Octal1606314006616704744540
Binary1110000110011110000001101101110111000100111100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703360; }

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

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

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

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

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

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

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

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