#70167A

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

Shades of Purple #70167A

Tints of Purple #70167A

Color information

#70167A (or 0x70167A) is unknown color: approx Purple. HEX triplet: 70, 16 and 7A. RGB value is (112,22,122). Sum of RGB (Red+Green+Blue) = 112+22+122=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #70167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70167A is #8FE985. Grayscale: #3C3C3C. Windows color (decimal): -9431430 or 8001136. OLE color: 8001136.

HSL color Cylindrical-coordinate representation of color #70167A: hue angle of 294º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70167A is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11222122-
CMYK0.080.8200.52
HSL294º69.44%28.24%-
HSV(B)294º81.97%47.84%-
XYZ10.485.4218.91-
YUV60.31162.82164.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.75%
GREEN value IS 22 (8.98% from 255) = 8.59%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=43.75%
G=8.59%
B=47.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112221220.080.8200.5229469.4428.24
Hex70167A852034126451c
Octal160261721012206444610534
Binary1110000101101111010100010100100110100100100110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70167A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,22,122); }

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

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

 a { background-color: rgb(112,22,122); }

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

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

 span { border-color: rgb(112,22,122); }

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