#70097F

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

Shades of Purple #70097F

Tints of Purple #70097F

Color information

#70097F (or 0x70097F) is unknown color: approx Purple. HEX triplet: 70, 09 and 7F. RGB value is (112,9,127). Sum of RGB (Red+Green+Blue) = 112+9+127=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #70097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70097F is #8FF680. Grayscale: #343434. Windows color (decimal): -9434753 or 8325488. OLE color: 8325488.

HSL color Cylindrical-coordinate representation of color #70097F: hue angle of 292.37º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70097F is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1129127-
CMYK0.120.9300.50
HSL292.37º86.76%26.67%-
HSV(B)292.37º92.91%49.8%-
XYZ10.615.1720.52-
YUV53.25169.62169.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 9 (3.91% from 255) = 3.63%
BLUE value IS 127 (50% from 255) = 51.21%
R=45.16%
G=3.63%
B=51.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11291270.120.9300.50292.3786.7626.67
Hex7097FC5D032124571b
Octal160111771413506244412733
Binary111000010011111111110010111010110010100100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,9,127); }

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

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

 a { background-color: rgb(112,9,127); }

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

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

 span { border-color: rgb(112,9,127); }

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