#701D62

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

Shades of Palatinate Purple #701D62

Tints of Palatinate Purple #701D62

Color information

#701D62 (or 0x701D62) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1D and 62. RGB value is (112,29,98). Sum of RGB (Red+Green+Blue) = 112+29+98=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #701D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D62 is #8FE29D. Grayscale: #3D3D3D. Windows color (decimal): -9429662 or 6430064. OLE color: 6430064.

HSL color Cylindrical-coordinate representation of color #701D62: hue angle of 310.12º 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 #701D62 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1122998-
CMYK00.740.130.56
HSL310.12º58.87%27.65%-
HSV(B)310.12º74.11%43.92%-
XYZ9.335.2112.07-
YUV61.68148.5163.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 29 (11.72% from 255) = 12.13%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=46.86%
G=12.13%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112299800.740.130.56310.1258.8727.65
Hex701D6204AD381363b1c
Octal16035142011215704667334
Binary111000011101110001001001010110111100010011011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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