#700A69

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

Shades of Purple #700A69

Tints of Purple #700A69

Color information

#700A69 (or 0x700A69) is unknown color: approx Purple. HEX triplet: 70, 0A and 69. RGB value is (112,10,105). Sum of RGB (Red+Green+Blue) = 112+10+105=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #700A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A69 is #8FF596. Grayscale: #333333. Windows color (decimal): -9434519 or 6883952. OLE color: 6883952.

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

Color convert

RGB11210105-
CMYK00.910.060.56
HSL304.12º83.61%23.92%-
HSV(B)304.12º91.07%43.92%-
XYZ9.344.6813.78-
YUV51.33158.29171.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 10 (4.30% from 255) = 4.41%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=49.34%
G=4.41%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121010500.910.060.56304.1283.6123.92
Hex70A6905B6381305418
Octal16012151013367046012430
Binary11100001010110100101011011110111000100110000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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