#730B69

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

Shades of Purple #730B69

Tints of Purple #730B69

Color information

#730B69 (or 0x730B69) is unknown color: approx Purple. HEX triplet: 73, 0B and 69. RGB value is (115,11,105). Sum of RGB (Red+Green+Blue) = 115+11+105=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #730B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B69 is #8CF496. Grayscale: #343434. Windows color (decimal): -9237655 or 6884211. OLE color: 6884211.

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

Color convert

RGB11511105-
CMYK00.900.090.55
HSL305.77º82.54%24.71%-
HSV(B)305.77º90.43%45.1%-
XYZ9.744.913.8-
YUV52.81157.46172.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 11 (4.69% from 255) = 4.76%
BLUE value IS 105 (41.41% from 255) = 45.45%
R=49.78%
G=4.76%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151110500.900.090.55305.7782.5424.71
Hex73B6905A9371325319
Octal163131510132116746212331
Binary111001110111101001010110101001110111100110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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