#701C66

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

Shades of Palatinate Purple #701C66

Tints of Palatinate Purple #701C66

Color information

#701C66 (or 0x701C66) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1C and 66. RGB value is (112,28,102). Sum of RGB (Red+Green+Blue) = 112+28+102=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #701C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C66 is #8FE399. Grayscale: #3D3D3D. Windows color (decimal): -9429914 or 6691952. OLE color: 6691952.

HSL color Cylindrical-coordinate representation of color #701C66: hue angle of 307.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C66 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11228102-
CMYK00.750.090.56
HSL307.14º60%27.45%-
HSV(B)307.14º75%43.92%-
XYZ9.55.2313.08-
YUV61.55150.83163.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 28 (11.33% from 255) = 11.57%
BLUE value IS 102 (40.23% from 255) = 42.15%
R=46.28%
G=11.57%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122810200.750.090.56307.146027.45
Hex701C6604B9381333c1b
Octal16034146011311704637433
Binary111000011100110011001001011100111100010011001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701C66; }

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

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

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

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

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

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

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

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