#700073

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

Shades of Purple #700073

Tints of Purple #700073

Color information

#700073 (or 0x700073) is unknown color: approx Purple. HEX triplet: 70, 00 and 73. RGB value is (112,0,115). Sum of RGB (Red+Green+Blue) = 112+0+115=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #700073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700073 is #8FFF8C. Grayscale: #2E2E2E. Windows color (decimal): -9437069 or 7536752. OLE color: 7536752.

HSL color Cylindrical-coordinate representation of color #700073: hue angle of 298.43º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700073 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1120115-
CMYK0.03100.55
HSL298.43º100%22.55%-
HSV(B)298.43º100%45.1%-
XYZ9.784.6816.61-
YUV46.6166.61174.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=49.34%
G=0%
B=50.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11201150.03100.55298.4310022.55
Hex7007336403712a6417
Octal1600163314406745214427
Binary1110000011100111111001000110111100101010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700073; }

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

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

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

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

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

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

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

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