#70345D

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

Shades of Palatinate Purple #70345D

Tints of Palatinate Purple #70345D

Color information

#70345D (or 0x70345D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 34 and 5D. RGB value is (112,52,93). Sum of RGB (Red+Green+Blue) = 112+52+93=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70345D is #8FCBA2. Grayscale: #4A4A4A. Windows color (decimal): -9423779 or 6108272. OLE color: 6108272.

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

Color convert

RGB1125293-
CMYK00.540.170.56
HSL319º36.59%32.16%-
HSV(B)319º53.57%43.92%-
XYZ9.896.6911.13-
YUV74.61138.38154.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=43.58%
G=20.23%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112529300.540.170.5631936.5932.16
Hex70345D036113813f2520
Octal1606413506621704774540
Binary11100001101001011101011011010001111000100111111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70345D; }

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

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

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

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

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

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

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

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