#701164

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

Shades of Palatinate Purple #701164

Tints of Palatinate Purple #701164

Color information

#701164 (or 0x701164) is unknown color: approx Palatinate Purple. HEX triplet: 70, 11 and 64. RGB value is (112,17,100). Sum of RGB (Red+Green+Blue) = 112+17+100=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #701164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701164 is #8FEE9B. Grayscale: #363636. Windows color (decimal): -9432732 or 6558064. OLE color: 6558064.

HSL color Cylindrical-coordinate representation of color #701164: hue angle of 307.58º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701164 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11217100-
CMYK00.850.110.56
HSL307.58º73.64%25.29%-
HSV(B)307.58º84.82%43.92%-
XYZ9.184.7712.49-
YUV54.87153.47168.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 100 (39.45% from 255) = 43.67%
R=48.91%
G=7.42%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121710000.850.110.56307.5873.6425.29
Hex701164055B381344a19
Octal160211440125137046411231
Binary1110000100011100100010101011011111000100110100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701164; }

 p { color: rgb(112,17,100); }

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

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

 a { background-color: rgb(112,17,100); }

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

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

 span { border-color: rgb(112,17,100); }

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