#701266

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

Shades of Palatinate Purple #701266

Tints of Palatinate Purple #701266

Color information

#701266 (or 0x701266) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 66. RGB value is (112,18,102). Sum of RGB (Red+Green+Blue) = 112+18+102=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701266 is #8FED99. Grayscale: #373737. Windows color (decimal): -9432474 or 6689392. OLE color: 6689392.

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

Color convert

RGB11218102-
CMYK00.840.090.56
HSL306.38º72.31%25.49%-
HSV(B)306.38º83.93%43.92%-
XYZ9.34.8413.01-
YUV55.68154.14168.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=48.28%
G=7.76%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121810200.840.090.56306.3872.3125.49
Hex7012660549381324819
Octal160221460124117046211031
Binary1110000100101100110010101001001111000100110010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701266; }

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

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

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

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

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

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

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

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