#701659

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

Shades of Palatinate Purple #701659

Tints of Palatinate Purple #701659

Color information

#701659 (or 0x701659) is unknown color: approx Palatinate Purple. HEX triplet: 70, 16 and 59. RGB value is (112,22,89). Sum of RGB (Red+Green+Blue) = 112+22+89=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #701659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701659 is #8FE9A6. Grayscale: #383838. Windows color (decimal): -9431463 or 5838448. OLE color: 5838448.

HSL color Cylindrical-coordinate representation of color #701659: hue angle of 315.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701659 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1122289-
CMYK00.800.210.56
HSL315.33º67.16%26.27%-
HSV(B)315.33º80.36%43.92%-
XYZ8.774.749.9-
YUV56.55146.32167.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=50.22%
G=9.87%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112228900.800.210.56315.3367.1626.27
Hex701659050153813b431a
Octal160261310120257047310332
Binary11100001011010110010101000010101111000100111011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701659; }

 p { color: rgb(112,22,89); }

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

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

 a { background-color: rgb(112,22,89); }

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

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

 span { border-color: rgb(112,22,89); }

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