#730B67

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

Shades of Purple #730B67

Tints of Purple #730B67

Color information

#730B67 (or 0x730B67) is unknown color: approx Purple. HEX triplet: 73, 0B and 67. RGB value is (115,11,103). Sum of RGB (Red+Green+Blue) = 115+11+103=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #730B67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B67 is #8CF498. Grayscale: #343434. Windows color (decimal): -9237657 or 6753139. OLE color: 6753139.

HSL color Cylindrical-coordinate representation of color #730B67: hue angle of 306.92º 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 #730B67 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11511103-
CMYK00.900.100.55
HSL306.92º82.54%24.71%-
HSV(B)306.92º90.43%45.1%-
XYZ9.644.8613.26-
YUV52.58156.46172.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 11 (4.69% from 255) = 4.80%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=50.22%
G=4.80%
B=44.98%

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
Decimal1151110300.900.100.55306.9282.5424.71
Hex73B6705AA371335319
Octal163131470132126746312331
Binary111001110111100111010110101010110111100110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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