#700F95

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

Shades of Purple #700F95

Tints of Purple #700F95

Color information

#700F95 (or 0x700F95) is unknown color: approx Purple. HEX triplet: 70, 0F and 95. RGB value is (112,15,149). Sum of RGB (Red+Green+Blue) = 112+15+149=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #700F95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700F95 is #8FF06A. Grayscale: #3A3A3A. Windows color (decimal): -9433195 or 9768816. OLE color: 9768816.

HSL color Cylindrical-coordinate representation of color #700F95: hue angle of 283.43º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700F95 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11215149-
CMYK0.250.9000.42
HSL283.43º81.71%32.16%-
HSV(B)283.43º89.93%58.43%-
XYZ12.285.9628.94-
YUV59.28178.64165.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=40.58%
G=5.43%
B=53.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112151490.250.9000.42283.4381.7132.16
Hex70F95195A02A11b5220
Octal160172253113205243312240
Binary111000011111001010111001101101001010101000110111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700F95; }

 p { color: rgb(112,15,149); }

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

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

 a { background-color: rgb(112,15,149); }

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

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

 span { border-color: rgb(112,15,149); }

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