#700261

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

Shades of Purple #700261

Tints of Purple #700261

Color information

#700261 (or 0x700261) is unknown color: approx Purple. HEX triplet: 70, 02 and 61. RGB value is (112,2,97). Sum of RGB (Red+Green+Blue) = 112+2+97=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #700261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700261 is #8FFD9E. Grayscale: #2D2D2D. Windows color (decimal): -9436575 or 6357616. OLE color: 6357616.

HSL color Cylindrical-coordinate representation of color #700261: hue angle of 308.18º 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 #700261 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB112297-
CMYK00.980.130.56
HSL308.18º96.49%22.35%-
HSV(B)308.18º98.21%43.92%-
XYZ8.864.3511.68-
YUV45.72156.94175.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=53.08%
G=0.95%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11229700.980.130.56308.1896.4922.35
Hex70261062D381346016
Octal16021410142157046414026
Binary1110000101100001011000101101111000100110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700261; }

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

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

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

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

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

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

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

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