#730696

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

Shades of Purple #730696

Tints of Purple #730696

Color information

#730696 (or 0x730696) is unknown color: approx Purple. HEX triplet: 73, 06 and 96. RGB value is (115,6,150). Sum of RGB (Red+Green+Blue) = 115+6+150=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #730696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730696 is #8CF969. Grayscale: #363636. Windows color (decimal): -9238890 or 9832051. OLE color: 9832051.

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

Color convert

RGB1156150-
CMYK0.230.9600.41
HSL285.42º92.31%30.59%-
HSV(B)285.42º96%58.82%-
XYZ12.645.9829.34-
YUV55.01181.61170.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=42.44%
G=2.21%
B=55.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11561500.230.9600.41285.4292.3130.59
Hex73696176002911d5c1f
Octal16362262714005143513437
Binary1110011110100101101011111000000101001100011101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730696; }

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

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

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

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

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

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

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

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