#700285

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

Shades of Purple #700285

Tints of Purple #700285

Color information

#700285 (or 0x700285) is unknown color: approx Purple. HEX triplet: 70, 02 and 85. RGB value is (112,2,133). Sum of RGB (Red+Green+Blue) = 112+2+133=247 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.34% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #700285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700285 is #8FFD7A. Grayscale: #313131. Windows color (decimal): -9436539 or 8716912. OLE color: 8716912.

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

Color convert

RGB1122133-
CMYK0.160.9800.48
HSL290.38º97.04%26.47%-
HSV(B)290.38º98.5%52.16%-
XYZ10.945.1822.61-
YUV49.82174.94172.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.34%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=45.34%
G=0.81%
B=53.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11221330.160.9800.48290.3897.0426.47
Hex702851062030122611a
Octal16022052014206044214132
Binary111000010100001011000011000100110000100100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700285; }

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

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

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

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

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

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

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

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