#700695

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

Shades of Purple #700695

Tints of Purple #700695

Color information

#700695 (or 0x700695) is unknown color: approx Purple. HEX triplet: 70, 06 and 95. RGB value is (112,6,149). Sum of RGB (Red+Green+Blue) = 112+6+149=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #700695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700695 is #8FF96A. Grayscale: #353535. Windows color (decimal): -9435499 or 9766512. OLE color: 9766512.

HSL color Cylindrical-coordinate representation of color #700695: hue angle of 284.48º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700695 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1126149-
CMYK0.250.9600.42
HSL284.48º92.26%30.39%-
HSV(B)284.48º95.97%58.43%-
XYZ12.175.7428.9-
YUV54181.62169.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=41.95%
G=2.25%
B=55.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11261490.250.9600.42284.4892.2630.39
Hex70695196002A11c5c1e
Octal16062253114005243413436
Binary1110000110100101011100111000000101010100011100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700695; }

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

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

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

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

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

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

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

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