#70016A

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

Shades of Purple #70016A

Tints of Purple #70016A

Color information

#70016A (or 0x70016A) is unknown color: approx Purple. HEX triplet: 70, 01 and 6A. RGB value is (112,1,106). Sum of RGB (Red+Green+Blue) = 112+1+106=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70016A is #8FFE95. Grayscale: #2D2D2D. Windows color (decimal): -9436822 or 6947184. OLE color: 6947184.

HSL color Cylindrical-coordinate representation of color #70016A: hue angle of 303.24º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70016A is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB1121106-
CMYK00.990.050.56
HSL303.24º98.23%22.16%-
HSV(B)303.24º99.11%43.92%-
XYZ9.294.5114.02-
YUV46.16161.77174.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=51.14%
G=0.46%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112110600.990.050.56303.2498.2322.16
Hex7016A06353812f6216
Octal1601152014357045714226
Binary11100001110101001100011101111000100101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70016A; }

 p { color: rgb(112,1,106); }

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

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

 a { background-color: rgb(112,1,106); }

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

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

 span { border-color: rgb(112,1,106); }

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