#70097C

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

Shades of Purple #70097C

Tints of Purple #70097C

Color information

#70097C (or 0x70097C) is unknown color: approx Purple. HEX triplet: 70, 09 and 7C. RGB value is (112,9,124). Sum of RGB (Red+Green+Blue) = 112+9+124=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #70097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70097C is #8FF683. Grayscale: #343434. Windows color (decimal): -9434756 or 8128880. OLE color: 8128880.

HSL color Cylindrical-coordinate representation of color #70097C: hue angle of 293.74º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70097C is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1129124-
CMYK0.100.9300.51
HSL293.74º86.47%26.08%-
HSV(B)293.74º92.74%48.63%-
XYZ10.425.119.5-
YUV52.91168.12170.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=45.71%
G=3.67%
B=50.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11291240.100.9300.51293.7486.4726.08
Hex7097CA5D033126561a
Octal160111741213506344612632
Binary111000010011111100101010111010110011100100110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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