#730B68

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

Shades of Purple #730B68

Tints of Purple #730B68

Color information

#730B68 (or 0x730B68) is unknown color: approx Purple. HEX triplet: 73, 0B and 68. RGB value is (115,11,104). Sum of RGB (Red+Green+Blue) = 115+11+104=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #730B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B68 is #8CF497. Grayscale: #343434. Windows color (decimal): -9237656 or 6818675. OLE color: 6818675.

HSL color Cylindrical-coordinate representation of color #730B68: hue angle of 306.35º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B68 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11511104-
CMYK00.900.100.55
HSL306.35º82.54%24.71%-
HSV(B)306.35º90.43%45.1%-
XYZ9.694.8813.53-
YUV52.7156.96172.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 4.78%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=50%
G=4.78%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151110400.900.100.55306.3582.5424.71
Hex73B6805AA371325319
Octal163131500132126746212331
Binary111001110111101000010110101010110111100110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730B68; }

 p { color: rgb(115,11,104); }

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

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

 a { background-color: rgb(115,11,104); }

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

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

 span { border-color: rgb(115,11,104); }

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