#701B6E

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

Shades of Palatinate Purple #701B6E

Tints of Palatinate Purple #701B6E

Color information

#701B6E (or 0x701B6E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1B and 6E. RGB value is (112,27,110). Sum of RGB (Red+Green+Blue) = 112+27+110=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #701B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B6E is #8FE491. Grayscale: #3D3D3D. Windows color (decimal): -9430162 or 7215984. OLE color: 7215984.

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

Color convert

RGB11227110-
CMYK00.760.020.56
HSL301.41º61.15%27.25%-
HSV(B)301.41º75.89%43.92%-
XYZ9.895.3515.26-
YUV61.88155.16163.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=44.98%
G=10.84%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122711000.760.020.56301.4161.1527.25
Hex701B6E04C23812d3d1b
Octal1603315601142704557533
Binary1110000110111101110010011001011100010010110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,27,110); }

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

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

 a { background-color: rgb(112,27,110); }

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

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

 span { border-color: rgb(112,27,110); }

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