#701165

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

Shades of Palatinate Purple #701165

Tints of Palatinate Purple #701165

Color information

#701165 (or 0x701165) is unknown color: approx Palatinate Purple. HEX triplet: 70, 11 and 65. RGB value is (112,17,101). Sum of RGB (Red+Green+Blue) = 112+17+101=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #701165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701165 is #8FEE9A. Grayscale: #363636. Windows color (decimal): -9432731 or 6623600. OLE color: 6623600.

HSL color Cylindrical-coordinate representation of color #701165: hue angle of 306.95º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701165 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11217101-
CMYK00.850.100.56
HSL306.95º73.64%25.29%-
HSV(B)306.95º84.82%43.92%-
XYZ9.234.7912.75-
YUV54.98153.97168.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=48.70%
G=7.39%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121710100.850.100.56306.9573.6425.29
Hex701165055A381334a19
Octal160211450125127046311231
Binary1110000100011100101010101011010111000100110011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701165; }

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

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

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

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

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

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

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

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