#70176E

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

Shades of Palatinate Purple #70176E

Tints of Palatinate Purple #70176E

Color information

#70176E (or 0x70176E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 17 and 6E. RGB value is (112,23,110). Sum of RGB (Red+Green+Blue) = 112+23+110=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70176E is #8FE891. Grayscale: #3B3B3B. Windows color (decimal): -9431186 or 7214960. OLE color: 7214960.

HSL color Cylindrical-coordinate representation of color #70176E: hue angle of 301.35º 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 #70176E is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11223110-
CMYK00.790.020.56
HSL301.35º65.93%26.47%-
HSV(B)301.35º79.46%43.92%-
XYZ9.85.1815.24-
YUV59.53156.49165.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 23 (9.38% from 255) = 9.39%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=45.71%
G=9.39%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122311000.790.020.56301.3565.9326.47
Hex70176E04F23812d421a
Octal16027156011727045510232
Binary11100001011111011100100111110111000100101101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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