#70036D

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

Shades of Purple #70036D

Tints of Purple #70036D

Color information

#70036D (or 0x70036D) is unknown color: approx Purple. HEX triplet: 70, 03 and 6D. RGB value is (112,3,109). Sum of RGB (Red+Green+Blue) = 112+3+109=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70036D is #8FFC92. Grayscale: #2F2F2F. Windows color (decimal): -9436307 or 7144304. OLE color: 7144304.

HSL color Cylindrical-coordinate representation of color #70036D: hue angle of 301.65º 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 #70036D is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB1123109-
CMYK00.970.030.56
HSL301.65º94.78%22.55%-
HSV(B)301.65º97.32%43.92%-
XYZ9.474.6114.86-
YUV47.68162.61173.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.34%
BLUE value IS 109 (42.97% from 255) = 48.66%
R=50%
G=1.34%
B=48.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112310900.970.030.56301.6594.7822.55
Hex7036D06133812e5f17
Octal1603155014137045613727
Binary11100001111011010110000111111000100101110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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