#70036A

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

Shades of Purple #70036A

Tints of Purple #70036A

Color information

#70036A (or 0x70036A) is unknown color: approx Purple. HEX triplet: 70, 03 and 6A. RGB value is (112,3,106). Sum of RGB (Red+Green+Blue) = 112+3+106=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70036A is #8FFC95. Grayscale: #2F2F2F. Windows color (decimal): -9436310 or 6947696. OLE color: 6947696.

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

Color convert

RGB1123106-
CMYK00.970.050.56
HSL303.3º94.78%22.55%-
HSV(B)303.3º97.32%43.92%-
XYZ9.324.5514.02-
YUV47.33161.11174.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=50.68%
G=1.36%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112310600.970.050.56303.394.7822.55
Hex7036A06153812f5f17
Octal1603152014157045713727
Binary111000011110101001100001101111000100101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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