#70345C

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

Shades of Palatinate Purple #70345C

Tints of Palatinate Purple #70345C

Color information

#70345C (or 0x70345C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 34 and 5C. RGB value is (112,52,92). Sum of RGB (Red+Green+Blue) = 112+52+92=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70345C is #8FCBA3. Grayscale: #4A4A4A. Windows color (decimal): -9423780 or 6042736. OLE color: 6042736.

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

Color convert

RGB1125292-
CMYK00.540.180.56
HSL320º36.59%32.16%-
HSV(B)320º53.57%43.92%-
XYZ9.846.6710.89-
YUV74.5137.88154.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=43.75%
G=20.31%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112529200.540.180.5632036.5932.16
Hex70345C03612381402520
Octal1606413406622705004540
Binary11100001101001011100011011010010111000101000000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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