#730996

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

Shades of Purple #730996

Tints of Purple #730996

Color information

#730996 (or 0x730996) is unknown color: approx Purple. HEX triplet: 73, 09 and 96. RGB value is (115,9,150). Sum of RGB (Red+Green+Blue) = 115+9+150=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #730996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730996 is #8CF669. Grayscale: #383838. Windows color (decimal): -9238122 or 9832819. OLE color: 9832819.

HSL color Cylindrical-coordinate representation of color #730996: hue angle of 285.11º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730996 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1159150-
CMYK0.230.9400.41
HSL285.11º88.68%31.18%-
HSV(B)285.11º94%58.82%-
XYZ12.676.0429.35-
YUV56.77180.62169.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.97%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=41.97%
G=3.28%
B=54.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11591500.230.9400.41285.1188.6831.18
Hex73996175E02911d591f
Octal163112262713605143513137
Binary11100111001100101101011110111100101001100011101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730996; }

 p { color: rgb(115,9,150); }

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

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

 a { background-color: rgb(115,9,150); }

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

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

 span { border-color: rgb(115,9,150); }

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