#701A6B

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

Shades of Palatinate Purple #701A6B

Tints of Palatinate Purple #701A6B

Color information

#701A6B (or 0x701A6B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1A and 6B. RGB value is (112,26,107). Sum of RGB (Red+Green+Blue) = 112+26+107=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #701A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A6B is #8FE594. Grayscale: #3C3C3C. Windows color (decimal): -9430421 or 7019120. OLE color: 7019120.

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

Color convert

RGB11226107-
CMYK00.770.040.56
HSL303.49º62.32%27.06%-
HSV(B)303.49º76.79%43.92%-
XYZ9.715.2514.41-
YUV60.95153.99164.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=45.71%
G=10.61%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122610700.770.040.56303.4962.3227.06
Hex701A6B04D43812f3e1b
Octal1603215301154704577633
Binary11100001101011010110100110110011100010010111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,26,107); }

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

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

 a { background-color: rgb(112,26,107); }

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

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

 span { border-color: rgb(112,26,107); }

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