#701668

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

Shades of Palatinate Purple #701668

Tints of Palatinate Purple #701668

Color information

#701668 (or 0x701668) is unknown color: approx Palatinate Purple. HEX triplet: 70, 16 and 68. RGB value is (112,22,104). Sum of RGB (Red+Green+Blue) = 112+22+104=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #701668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701668 is #8FE997. Grayscale: #3A3A3A. Windows color (decimal): -9431448 or 6821488. OLE color: 6821488.

HSL color Cylindrical-coordinate representation of color #701668: hue angle of 305.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 #701668 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11222104-
CMYK00.800.070.56
HSL305.33º67.16%26.27%-
HSV(B)305.33º80.36%43.92%-
XYZ9.475.0213.57-
YUV58.26153.82166.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 104 (41.02% from 255) = 43.70%
R=47.06%
G=9.24%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122210400.800.070.56305.3367.1626.27
Hex701668050738131431a
Octal16026150012077046110332
Binary111000010110110100001010000111111000100110001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701668; }

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

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

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

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

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

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

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

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