#70026E

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

Shades of Purple #70026E

Tints of Purple #70026E

Color information

#70026E (or 0x70026E) is unknown color: approx Purple. HEX triplet: 70, 02 and 6E. RGB value is (112,2,110). Sum of RGB (Red+Green+Blue) = 112+2+110=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70026E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70026E is #8FFD91. Grayscale: #2E2E2E. Windows color (decimal): -9436562 or 7209584. OLE color: 7209584.

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

Color convert

RGB1122110-
CMYK00.980.020.56
HSL301.09º96.49%22.35%-
HSV(B)301.09º98.21%43.92%-
XYZ9.524.6115.14-
YUV47.2163.44174.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=50%
G=0.89%
B=49.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112211000.980.020.56301.0996.4922.35
Hex7026E06223812d6016
Octal1602156014227045514026
Binary11100001011011100110001010111000100101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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