#730070

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

Shades of Purple #730070

Tints of Purple #730070

Color information

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

HSL color Cylindrical-coordinate representation of color #730070: hue angle of 301.57º 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 #730070 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB1150112-
CMYK010.030.55
HSL301.57º100%22.55%-
HSV(B)301.57º100%45.1%-
XYZ9.994.8115.73-
YUV47.15164.6176.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1150112010.030.55301.5710022.55
Hex7307006433712e6417
Octal1630160014436745614427
Binary1110011011100000110010011110111100101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730070; }

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

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

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

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

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

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

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

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