#70006D

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

Shades of Purple #70006D

Tints of Purple #70006D

Color information

#70006D (or 0x70006D) is unknown color: approx Purple. HEX triplet: 70, 00 and 6D. RGB value is (112,0,109). Sum of RGB (Red+Green+Blue) = 112+0+109=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #70006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70006D is #8FFF92. Grayscale: #2D2D2D. Windows color (decimal): -9437075 or 7143536. OLE color: 7143536.

HSL color Cylindrical-coordinate representation of color #70006D: hue angle of 301.61º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70006D is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB1120109-
CMYK010.030.56
HSL301.61º100%21.96%-
HSV(B)301.61º100%43.92%-
XYZ9.444.5514.85-
YUV45.91163.61175.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 49.32%
R=50.68%
G=0%
B=49.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1120109010.030.56301.6110021.96
Hex7006D06433812e6416
Octal1600155014437045614426
Binary1110000011011010110010011111000100101110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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