#700165

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

Shades of Purple #700165

Tints of Purple #700165

Color information

#700165 (or 0x700165) is unknown color: approx Purple. HEX triplet: 70, 01 and 65. RGB value is (112,1,101). Sum of RGB (Red+Green+Blue) = 112+1+101=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #700165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700165 is #8FFE9A. Grayscale: #2D2D2D. Windows color (decimal): -9436827 or 6619504. OLE color: 6619504.

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

Color convert

RGB1121101-
CMYK00.990.100.56
HSL305.95º98.23%22.16%-
HSV(B)305.95º99.11%43.92%-
XYZ9.044.4112.69-
YUV45.59159.27175.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=52.34%
G=0.47%
B=47.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112110100.990.100.56305.9598.2322.16
Hex70165063A381326216
Octal16011450143127046214226
Binary111000011100101011000111010111000100110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700165; }

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

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

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

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

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

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

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

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