#701163

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

Shades of Palatinate Purple #701163

Tints of Palatinate Purple #701163

Color information

#701163 (or 0x701163) is unknown color: approx Palatinate Purple. HEX triplet: 70, 11 and 63. RGB value is (112,17,99). Sum of RGB (Red+Green+Blue) = 112+17+99=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #701163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701163 is #8FEE9C. Grayscale: #363636. Windows color (decimal): -9432733 or 6492528. OLE color: 6492528.

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

Color convert

RGB1121799-
CMYK00.850.120.56
HSL308.21º73.64%25.29%-
HSV(B)308.21º84.82%43.92%-
XYZ9.134.7512.24-
YUV54.75152.97168.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.12%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=49.12%
G=7.46%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112179900.850.120.56308.2173.6425.29
Hex701163055C381344a19
Octal160211430125147046411231
Binary1110000100011100011010101011100111000100110100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701163; }

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

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

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

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

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

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

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

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