#701166

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

Shades of Palatinate Purple #701166

Tints of Palatinate Purple #701166

Color information

#701166 (or 0x701166) is unknown color: approx Palatinate Purple. HEX triplet: 70, 11 and 66. RGB value is (112,17,102). Sum of RGB (Red+Green+Blue) = 112+17+102=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #701166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701166 is #8FEE99. Grayscale: #363636. Windows color (decimal): -9432730 or 6689136. OLE color: 6689136.

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

Color convert

RGB11217102-
CMYK00.850.090.56
HSL306.32º73.64%25.29%-
HSV(B)306.32º84.82%43.92%-
XYZ9.284.813.01-
YUV55.1154.47168.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=48.48%
G=7.36%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121710200.850.090.56306.3273.6425.29
Hex7011660559381324a19
Octal160211460125117046211231
Binary1110000100011100110010101011001111000100110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701166; }

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

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

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

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

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

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

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

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