#70315F

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

Shades of Palatinate Purple #70315F

Tints of Palatinate Purple #70315F

Color information

#70315F (or 0x70315F) is unknown color: approx Palatinate Purple. HEX triplet: 70, 31 and 5F. RGB value is (112,49,95). Sum of RGB (Red+Green+Blue) = 112+49+95=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70315F is #8FCEA0. Grayscale: #484848. Windows color (decimal): -9424545 or 6238576. OLE color: 6238576.

HSL color Cylindrical-coordinate representation of color #70315F: hue angle of 316.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70315F is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1124995-
CMYK00.560.150.56
HSL316.19º39.13%31.57%-
HSV(B)316.19º56.25%43.92%-
XYZ9.856.4711.56-
YUV73.08140.37155.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=43.75%
G=19.14%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112499500.560.150.56316.1939.1331.57
Hex70315F038F3813c2720
Octal1606113707017704744740
Binary1110000110001101111101110001111111000100111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70315F; }

 p { color: rgb(112,49,95); }

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

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

 a { background-color: rgb(112,49,95); }

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

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

 span { border-color: rgb(112,49,95); }

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