#700A8B

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

Shades of Purple #700A8B

Tints of Purple #700A8B

Color information

#700A8B (or 0x700A8B) is unknown color: approx Purple. HEX triplet: 70, 0A and 8B. RGB value is (112,10,139). Sum of RGB (Red+Green+Blue) = 112+10+139=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #700A8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700A8B is #8FF574. Grayscale: #363636. Windows color (decimal): -9434485 or 9112176. OLE color: 9112176.

HSL color Cylindrical-coordinate representation of color #700A8B: hue angle of 287.44º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700A8B is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11210139-
CMYK0.190.9300.45
HSL287.44º86.58%29.22%-
HSV(B)287.44º92.81%54.51%-
XYZ11.455.5324.89-
YUV55.2175.29168.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=42.91%
G=3.83%
B=53.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112101390.190.9300.45287.4486.5829.22
Hex70A8B135D02D11f571d
Octal160122132313505543712735
Binary11100001010100010111001110111010101101100011111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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