#700969

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

Shades of Purple #700969

Tints of Purple #700969

Color information

#700969 (or 0x700969) is unknown color: approx Purple. HEX triplet: 70, 09 and 69. RGB value is (112,9,105). Sum of RGB (Red+Green+Blue) = 112+9+105=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #700969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700969 is #8FF696. Grayscale: #323232. Windows color (decimal): -9434775 or 6883696. OLE color: 6883696.

HSL color Cylindrical-coordinate representation of color #700969: hue angle of 304.08º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700969 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB1129105-
CMYK00.920.060.56
HSL304.08º85.12%23.73%-
HSV(B)304.08º91.96%43.92%-
XYZ9.334.6613.77-
YUV50.74158.62171.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=49.56%
G=3.98%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112910500.920.060.56304.0885.1223.73
Hex7096905C6381305518
Octal16011151013467046012530
Binary11100001001110100101011100110111000100110000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700969; }

 p { color: rgb(112,9,105); }

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

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

 a { background-color: rgb(112,9,105); }

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

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

 span { border-color: rgb(112,9,105); }

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