#700595

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

Shades of Purple #700595

Tints of Purple #700595

Color information

#700595 (or 0x700595) is unknown color: approx Purple. HEX triplet: 70, 05 and 95. RGB value is (112,5,149). Sum of RGB (Red+Green+Blue) = 112+5+149=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #700595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700595 is #8FFA6A. Grayscale: #343434. Windows color (decimal): -9435755 or 9766256. OLE color: 9766256.

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

Color convert

RGB1125149-
CMYK0.250.9700.42
HSL284.58º93.51%30.2%-
HSV(B)284.58º96.64%58.43%-
XYZ12.165.7228.9-
YUV53.41181.95169.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=42.11%
G=1.88%
B=56.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11251490.250.9700.42284.5893.5130.2
Hex70595196102A11d5e1e
Octal16052253114105243513636
Binary1110000101100101011100111000010101010100011101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700595; }

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

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

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

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

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

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

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

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