#70315B

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

Shades of Palatinate Purple #70315B

Tints of Palatinate Purple #70315B

Color information

#70315B (or 0x70315B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 31 and 5B. RGB value is (112,49,91). Sum of RGB (Red+Green+Blue) = 112+49+91=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70315B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70315B is #8FCEA4. Grayscale: #484848. Windows color (decimal): -9424549 or 5976432. OLE color: 5976432.

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

Color convert

RGB1124991-
CMYK00.560.190.56
HSL320º39.13%31.57%-
HSV(B)320º56.25%43.92%-
XYZ9.676.410.62-
YUV72.62138.37156.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=44.44%
G=19.44%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112499100.560.190.5632039.1331.57
Hex70315B03813381402720
Octal1606113307023705004740
Binary11100001100011011011011100010011111000101000000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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