#70026F

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

Shades of Purple #70026F

Tints of Purple #70026F

Color information

#70026F (or 0x70026F) is unknown color: approx Purple. HEX triplet: 70, 02 and 6F. RGB value is (112,2,111). Sum of RGB (Red+Green+Blue) = 112+2+111=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #70026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70026F is #8FFD90. Grayscale: #2E2E2E. Windows color (decimal): -9436561 or 7275120. OLE color: 7275120.

HSL color Cylindrical-coordinate representation of color #70026F: hue angle of 300.55º 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 #70026F is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB1122111-
CMYK00.980.010.56
HSL300.55º96.49%22.35%-
HSV(B)300.55º98.21%43.92%-
XYZ9.574.6415.43-
YUV47.32163.94174.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 111 (43.75% from 255) = 49.33%
R=49.78%
G=0.89%
B=49.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112211100.980.010.56300.5596.4922.35
Hex7026F06213812d6016
Octal1602157014217045514026
Binary1110000101101111011000101111000100101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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