#701D6C

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

Shades of Palatinate Purple #701D6C

Tints of Palatinate Purple #701D6C

Color information

#701D6C (or 0x701D6C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1D and 6C. RGB value is (112,29,108). Sum of RGB (Red+Green+Blue) = 112+29+108=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #701D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D6C is #8FE293. Grayscale: #3E3E3E. Windows color (decimal): -9429652 or 7085424. OLE color: 7085424.

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

Color convert

RGB11229108-
CMYK00.740.040.56
HSL302.89º58.87%27.65%-
HSV(B)302.89º74.11%43.92%-
XYZ9.835.4114.71-
YUV62.82153.5163.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 29 (11.72% from 255) = 11.65%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=44.98%
G=11.65%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122910800.740.040.56302.8958.8727.65
Hex701D6C04A43812f3b1c
Octal1603515401124704577334
Binary11100001110111011000100101010011100010010111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,29,108); }

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

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

 a { background-color: rgb(112,29,108); }

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

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

 span { border-color: rgb(112,29,108); }

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