#70355E

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

Shades of Palatinate Purple #70355E

Tints of Palatinate Purple #70355E

Color information

#70355E (or 0x70355E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 35 and 5E. RGB value is (112,53,94). Sum of RGB (Red+Green+Blue) = 112+53+94=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70355E is #8FCAA1. Grayscale: #4B4B4B. Windows color (decimal): -9423522 or 6174064. OLE color: 6174064.

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

Color convert

RGB1125394-
CMYK00.530.160.56
HSL318.31º35.76%32.35%-
HSV(B)318.31º52.68%43.92%-
XYZ9.986.811.38-
YUV75.32138.55154.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=43.24%
G=20.46%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112539400.530.160.56318.3135.7632.35
Hex70355E035103813e2420
Octal1606513606520704764440
Binary11100001101011011110011010110000111000100111110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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