#701285

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

Shades of Purple #701285

Tints of Purple #701285

Color information

#701285 (or 0x701285) is unknown color: approx Purple. HEX triplet: 70, 12 and 85. RGB value is (112,18,133). Sum of RGB (Red+Green+Blue) = 112+18+133=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #701285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701285 is #8FED7A. Grayscale: #3A3A3A. Windows color (decimal): -9432443 or 8721008. OLE color: 8721008.

HSL color Cylindrical-coordinate representation of color #701285: hue angle of 289.04º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701285 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11218133-
CMYK0.160.8600.48
HSL289.04º76.16%29.61%-
HSV(B)289.04º86.47%52.16%-
XYZ11.135.5722.68-
YUV59.22169.64165.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=42.59%
G=6.84%
B=50.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112181330.160.8600.48289.0476.1629.61
Hex70128510560301214c1e
Octal160222052012606044111436
Binary111000010010100001011000010101100110000100100001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701285; }

 p { color: rgb(112,18,133); }

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

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

 a { background-color: rgb(112,18,133); }

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

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

 span { border-color: rgb(112,18,133); }

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