#730B6C

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

Shades of Purple #730B6C

Tints of Purple #730B6C

Color information

#730B6C (or 0x730B6C) is unknown color: approx Purple. HEX triplet: 73, 0B and 6C. RGB value is (115,11,108). Sum of RGB (Red+Green+Blue) = 115+11+108=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #730B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B6C is #8CF493. Grayscale: #343434. Windows color (decimal): -9237652 or 7080819. OLE color: 7080819.

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

Color convert

RGB11511108-
CMYK00.900.060.55
HSL304.04º82.54%24.71%-
HSV(B)304.04º90.43%45.1%-
XYZ9.94.9714.62-
YUV53.15158.96172.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 11 (4.69% from 255) = 4.70%
BLUE value IS 108 (42.58% from 255) = 46.15%
R=49.15%
G=4.70%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151110800.900.060.55304.0482.5424.71
Hex73B6C05A6371305319
Octal16313154013266746012331
Binary11100111011110110001011010110110111100110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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