#70315D

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

Shades of Palatinate Purple #70315D

Tints of Palatinate Purple #70315D

Color information

#70315D (or 0x70315D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 31 and 5D. RGB value is (112,49,93). Sum of RGB (Red+Green+Blue) = 112+49+93=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #70315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70315D is #8FCEA2. Grayscale: #484848. Windows color (decimal): -9424547 or 6107504. OLE color: 6107504.

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

Color convert

RGB1124993-
CMYK00.560.170.56
HSL318.1º39.13%31.57%-
HSV(B)318.1º56.25%43.92%-
XYZ9.766.4311.08-
YUV72.85139.37155.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 49 (19.53% from 255) = 19.29%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=44.09%
G=19.29%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112499300.560.170.56318.139.1331.57
Hex70315D038113813e2720
Octal1606113507021704764740
Binary11100001100011011101011100010001111000100111110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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