#70325E

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

Shades of Palatinate Purple #70325E

Tints of Palatinate Purple #70325E

Color information

#70325E (or 0x70325E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 32 and 5E. RGB value is (112,50,94). Sum of RGB (Red+Green+Blue) = 112+50+94=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70325E is #8FCDA1. Grayscale: #494949. Windows color (decimal): -9424290 or 6173296. OLE color: 6173296.

HSL color Cylindrical-coordinate representation of color #70325E: hue angle of 317.42º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70325E is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1125094-
CMYK00.550.160.56
HSL317.42º38.27%31.76%-
HSV(B)317.42º55.36%43.92%-
XYZ9.846.5311.33-
YUV73.55139.54155.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=43.75%
G=19.53%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112509400.550.160.56317.4238.2731.76
Hex70325E037103813d2620
Octal1606213606720704754640
Binary11100001100101011110011011110000111000100111101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70325E; }

 p { color: rgb(112,50,94); }

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

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

 a { background-color: rgb(112,50,94); }

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

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

 span { border-color: rgb(112,50,94); }

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