#701665

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

Shades of Palatinate Purple #701665

Tints of Palatinate Purple #701665

Color information

#701665 (or 0x701665) is unknown color: approx Palatinate Purple. HEX triplet: 70, 16 and 65. RGB value is (112,22,101). Sum of RGB (Red+Green+Blue) = 112+22+101=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #701665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701665 is #8FE99A. Grayscale: #393939. Windows color (decimal): -9431451 or 6624880. OLE color: 6624880.

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

Color convert

RGB11222101-
CMYK00.800.100.56
HSL307.33º67.16%26.27%-
HSV(B)307.33º80.36%43.92%-
XYZ9.324.9612.78-
YUV57.92152.32166.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=47.66%
G=9.36%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122210100.800.100.56307.3367.1626.27
Hex701665050A38133431a
Octal160261450120127046310332
Binary1110000101101100101010100001010111000100110011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701665; }

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

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

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

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

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

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

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

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