#70175D

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

Shades of Palatinate Purple #70175D

Tints of Palatinate Purple #70175D

Color information

#70175D (or 0x70175D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 17 and 5D. RGB value is (112,23,93). Sum of RGB (Red+Green+Blue) = 112+23+93=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #70175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70175D is #8FE8A2. Grayscale: #393939. Windows color (decimal): -9431203 or 6100848. OLE color: 6100848.

HSL color Cylindrical-coordinate representation of color #70175D: hue angle of 312.81º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70175D is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1122393-
CMYK00.790.170.56
HSL312.81º65.93%26.47%-
HSV(B)312.81º79.46%43.92%-
XYZ8.964.8510.82-
YUV57.59147.99166.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 23 (9.38% from 255) = 10.09%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=49.12%
G=10.09%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112239300.790.170.56312.8165.9326.47
Hex70175D04F1138139421a
Octal160271350117217047110232
Binary11100001011110111010100111110001111000100111001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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