#700A68

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

Shades of Purple #700A68

Tints of Purple #700A68

Color information

#700A68 (or 0x700A68) is unknown color: approx Purple. HEX triplet: 70, 0A and 68. RGB value is (112,10,104). Sum of RGB (Red+Green+Blue) = 112+10+104=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #700A68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A68 is #8FF597. Grayscale: #323232. Windows color (decimal): -9434520 or 6818416. OLE color: 6818416.

HSL color Cylindrical-coordinate representation of color #700A68: hue angle of 304.71º 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 #700A68 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11210104-
CMYK00.910.070.56
HSL304.71º83.61%23.92%-
HSV(B)304.71º91.07%43.92%-
XYZ9.294.6613.51-
YUV51.21157.79171.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=49.56%
G=4.42%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121010400.910.070.56304.7183.6123.92
Hex70A6805B7381315418
Octal16012150013377046112430
Binary11100001010110100001011011111111000100110001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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