#700265

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

Shades of Purple #700265

Tints of Purple #700265

Color information

#700265 (or 0x700265) is unknown color: approx Purple. HEX triplet: 70, 02 and 65. RGB value is (112,2,101). Sum of RGB (Red+Green+Blue) = 112+2+101=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700265 is #8FFD9A. Grayscale: #2D2D2D. Windows color (decimal): -9436571 or 6619760. OLE color: 6619760.

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

Color convert

RGB1122101-
CMYK00.980.100.56
HSL306º96.49%22.35%-
HSV(B)306º98.21%43.92%-
XYZ9.054.4312.69-
YUV46.18158.94174.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=52.09%
G=0.93%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112210100.980.100.5630696.4922.35
Hex70265062A381326016
Octal16021450142127046214026
Binary1110000101100101011000101010111000100110010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700265; }

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

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

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

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

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

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

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

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