#70106E

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

Shades of Purple #70106E

Tints of Purple #70106E

Color information

#70106E (or 0x70106E) is unknown color: approx Purple. HEX triplet: 70, 10 and 6E. RGB value is (112,16,110). Sum of RGB (Red+Green+Blue) = 112+16+110=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70106E is #8FEF91. Grayscale: #373737. Windows color (decimal): -9432978 or 7213168. OLE color: 7213168.

HSL color Cylindrical-coordinate representation of color #70106E: hue angle of 301.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70106E is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11216110-
CMYK00.860.020.56
HSL301.25º75%25.1%-
HSV(B)301.25º85.71%43.92%-
XYZ9.684.9415.2-
YUV55.42158.8168.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 16 (6.64% from 255) = 6.72%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=47.06%
G=6.72%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121611000.860.020.56301.257525.1
Hex70106E05623812d4b19
Octal16020156012627045511331
Binary11100001000011011100101011010111000100101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70106E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70106E; }

 p { color: rgb(112,16,110); }

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

<style>
 a { background-color: #70106E; }

 a { background-color: rgb(112,16,110); }

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

<style>
 span { border-color: #70106E; }

 span { border-color: rgb(112,16,110); }

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