#70166C

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

Shades of Palatinate Purple #70166C

Tints of Palatinate Purple #70166C

Color information

#70166C (or 0x70166C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 16 and 6C. RGB value is (112,22,108). Sum of RGB (Red+Green+Blue) = 112+22+108=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70166C is #8FE993. Grayscale: #3A3A3A. Windows color (decimal): -9431444 or 7083632. OLE color: 7083632.

HSL color Cylindrical-coordinate representation of color #70166C: hue angle of 302.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70166C is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11222108-
CMYK00.800.040.56
HSL302.67º67.16%26.27%-
HSV(B)302.67º80.36%43.92%-
XYZ9.685.114.66-
YUV58.71155.82166.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=46.28%
G=9.09%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122210800.800.040.56302.6767.1626.27
Hex70166C05043812f431a
Octal16026154012047045710332
Binary111000010110110110001010000100111000100101111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70166C; }

 p { color: rgb(112,22,108); }

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

<style>
 a { background-color: #70166C; }

 a { background-color: rgb(112,22,108); }

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

<style>
 span { border-color: #70166C; }

 span { border-color: rgb(112,22,108); }

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